Commits
Click on a commit to change the comparison rangefix(tests): updating a non-existing message adds a new message now
- Updated the test name from `test_aupdate_nonexistent_message` to `test_aupdate_nonexistent_message_generates_a_new_message` for better clarity.
- Modified the assertion to expect that a new message is generated when attempting to update a nonexistent message, changing the expected length of the updated messages from 0 to 1.16 days ago
by ogabrielluiz [autofix.ci] apply automated fixes16 days ago
by autofix-ci[bot] fix(tests): update message handling in tests for non-existent messages
- Refactored tests to ensure that attempting to update a non-existent message raises a ValueError instead of creating a new message.
- Updated test names and assertions for clarity and accuracy, ensuring they reflect the expected behavior when handling messages that do not exist in the database.16 days ago
by ogabrielluiz