Skip to content

Commit

Permalink
feat: Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorJAY committed Oct 7, 2023
1 parent 246b3ce commit af412ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/co/novu/api/layouts/LayoutHandlerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void test_deleteLayoutSuccess() {

DeleteLayoutResponse response = layoutHandler.deleteLayout("id");
assertNotNull(response);
assertFalse(response.getAcknowledged());
assertTrue(response.getAcknowledged());
}

public void test_updateLayout() {
Expand Down

0 comments on commit af412ea

Please sign in to comment.