Skip to content

Commit

Permalink
Extended unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
polanus committed Feb 12, 2024
1 parent 6c9b3b3 commit 77ef6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/bynder/sdk/query/UsageQueryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public void setUp() {
@Test
public void initializeEmptyUsageQuery() {
assertNull(usageQuery.getAssetId());
assertNull(usageQuery.getUri());
}

@Test
Expand Down

0 comments on commit 77ef6cb

Please sign in to comment.