Page MenuHomePhabricator

[SQLite] implement tests `MessageToDevice` queries
ClosedPublic

Authored by kamil on Feb 26 2024, 2:49 AM.
Tags
None
Referenced Files
F3356887: D11175.id37694.diff
Sat, Nov 23, 9:11 PM
Unknown Object (File)
Wed, Nov 6, 4:09 PM
Unknown Object (File)
Oct 15 2024, 7:04 AM
Unknown Object (File)
Oct 15 2024, 7:04 AM
Unknown Object (File)
Oct 15 2024, 7:04 AM
Unknown Object (File)
Oct 15 2024, 7:04 AM
Unknown Object (File)
Oct 15 2024, 7:04 AM
Unknown Object (File)
Sep 19 2024, 10:32 AM
Subscribers

Details

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Mar 1 2024, 12:25 AM
marcin added inline comments.
web/database/queries/message-to-device-queries.test.js
67 ↗(On Diff #37694)

Nit: How about throwing here? I know that in theory this shouldn't occur but if it hypothetically occurs then tests will fail saying that "undefined isn't something else" which could be confusing for developer. Probably all tests files suffer from this problem and could be updated.

This revision is now accepted and ready to land.Mar 1 2024, 2:31 AM
web/database/queries/message-to-device-queries.test.js
67 ↗(On Diff #37694)