Skip to content

Commit

Permalink
modified unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sondermanish committed Aug 9, 2024
1 parent 63afe5e commit f03353b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2505,8 +2505,6 @@ public void discardChange_addNavigationAndThemeSettingAfterImport_addedNavigatio
StepVerifier.create(resultMonoWithDiscardOperation)
.assertNext(application -> {
assertThat(application.getWorkspaceId()).isNotNull();
assertThat(application.getUnpublishedApplicationDetail()).isNull();
assertThat(application.getPublishedApplicationDetail()).isNull();
})
.verifyComplete();
}
Expand Down

0 comments on commit f03353b

Please sign in to comment.