Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix updatedAt test #119

Merged
merged 1 commit into from
Jan 30, 2024
Merged

test: fix updatedAt test #119

merged 1 commit into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. test: fix updatedAt test

    In some cases, the test failed with assertion error, because it compared expected with passed updatedAt on a new record (no id), whereas for new records a updatedAt is generated in the constructor.
    
    ```
    AssertionError: expected '2024-01-18T16:23:59.276Z' to equal '2024-01-18T16:23:59.275Z'
    ```
    iuliag authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7cdba3e View commit details
    Browse the repository at this point in the history