Skip to content

Commit afa46c8

Browse files
committed
allow exclusion of simulate_receive_imf_error from get_info
1 parent 37b027a commit afa46c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context/context_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ async fn test_get_info_completeness() {
297297
"encrypted_device_token",
298298
"stats_last_update",
299299
"stats_last_old_contact_id",
300+
"simulate_receive_imf_error",
300301
];
301302
let t = TestContext::new().await;
302303
let info = t.get_info().await.unwrap();

0 commit comments

Comments
 (0)