Skip to content

Commit

Permalink
Make test easier to follow
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Feb 17, 2020
1 parent 038b3b4 commit 11f1c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class FormMapViewModelTest {
@Test public void getDeletedDateOf_returnsDeletedDate() {
FormMapViewModel viewModel = new FormMapViewModel(TEST_FORM_1, testInstancesRepository);

assertThat(viewModel.getDeletedDateOf(0L), is(1487782554846L));
assertThat(viewModel.getDeletedDateOf(0L), is(testInstances[0].getDeletedDate()));
}

// Should not actually be possible from UI because geometry is deleted on sent instance delete
Expand Down

0 comments on commit 11f1c0d

Please sign in to comment.