Skip to content

Commit

Permalink
test: expect is_uncaught field in data
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Aug 19, 2024
1 parent 1ad4cc0 commit e1f9ebf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public void shouldReturnAsJson() {
expected.put("notifier", data.getNotifier());
}

expected.put("is_uncaught", data.isUncaught());

assertThat(data.asJson(), is(expected));
}
}

0 comments on commit e1f9ebf

Please sign in to comment.