Skip to content

Commit

Permalink
https://sonarcloud.io/project/issues?impactSeverities=HIGH&issueStatu…
Browse files Browse the repository at this point in the history
…ses=OPEN%2CCONFIRMED&branch=v3.x.x&id=zowe_api-layer&open=AZG8RKuHaDaTTh7MLIr_

Signed-off-by: Richard Salac <[email protected]>
  • Loading branch information
richard-salac committed Sep 17, 2024
1 parent d990901 commit 894e3fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void whenGetAllBooks_thenReturnAllBooks() throws SSLException {
.entityList(Book.class)
.get();

assertTrue(books.isEmpty());
assertFalse(books.isEmpty());
}

@Test
Expand Down

0 comments on commit 894e3fe

Please sign in to comment.