pull/941/head
Ryan Zhao 1 year ago
parent 89324f01bf
commit 6ea61f770c

@ -116,7 +116,7 @@ class ThreadDisappearingMessagesSettingsViewModelSpec: QuickSpec {
) )
) )
) )
// Last option is always Disappear After Send` // Last option is always Disappear After Send
expect(viewModel.tableData.first?.elements.last) expect(viewModel.tableData.first?.elements.last)
.to( .to(
equal( equal(
@ -281,9 +281,7 @@ class ThreadDisappearingMessagesSettingsViewModelSpec: QuickSpec {
) )
) )
} }
// TODO: Continue to work from here
context("and saving") { context("and saving") {
it("dismisses the screen") { it("dismisses the screen") {
var didDismissScreen: Bool = false var didDismissScreen: Bool = false

Loading…
Cancel
Save