Add notifications integration test

This commit is contained in:
Max Brunsfeld 2023-10-17 11:21:38 -07:00
parent f2d36a47ae
commit 52834dbf21
5 changed files with 163 additions and 21 deletions

View file

@ -6,6 +6,7 @@ mod channel_message_tests;
mod channel_tests;
mod following_tests;
mod integration_tests;
mod notification_tests;
mod random_channel_buffer_tests;
mod random_project_collaboration_tests;
mod randomized_test_helpers;