Skip to content

Commit

Permalink
fix: dismiss notifications test
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Aug 14, 2023
1 parent 4007fef commit 9169ced
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 588 deletions.
5 changes: 3 additions & 2 deletions src/unit_tests/ctx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ mod add_to_library;
mod authenticate;
mod install_addon;
mod logout;
mod notifications;
mod notifications {
mod update_notifications;
}
mod pull_addons_from_api;
mod pull_notifications;
mod push_addons_to_api;
mod remove_from_library;
mod rewind_library_item;
Expand Down
1 change: 0 additions & 1 deletion src/unit_tests/ctx/notifications/mod.rs

This file was deleted.

257 changes: 0 additions & 257 deletions src/unit_tests/ctx/notifications/notifications.rs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"name": "name",
"type": "series",
"removed": false,
"temp": true,
"temp": false,
"_ctime": "2019-12-10T00:00:00.000Z",
"_mtime": "2020-01-01T00:00:00.000Z",
"state": {
Expand Down
Loading

0 comments on commit 9169ced

Please sign in to comment.