update test to reflect correct behavior

pull/1/head
Michael Kirk 7 years ago
parent e2ad9d81bb
commit 4b0fc51933

@ -19,7 +19,7 @@ NS_ASSUME_NONNULL_BEGIN
[[OWSDisappearingMessagesConfiguration alloc] initWithThreadId:@"fake-thread-id"
enabled:YES
durationSeconds:10];
XCTAssertTrue(configuration.dictionaryValueDidChange);
XCTAssertFalse(configuration.dictionaryValueDidChange);
[configuration save];
XCTAssertFalse(configuration.dictionaryValueDidChange);

Loading…
Cancel
Save