Skip to content

Commit 0809c8a

Browse files
committed
Improve coverage
1 parent 8691131 commit 0809c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/imsweb/seerapi/client/staging/StagingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void testSchemaLookup() throws IOException {
162162
assertThatExceptionOfType(IllegalStateException.class)
163163
.isThrownBy(() -> csLookup.setInput("bad_key", "1"))
164164
.withMessageContaining("is not allowed for lookups");
165-
assertThat(csLookup.hasDiscriminator()).isEqualTo(true);
165+
assertThat(csLookup.hasDiscriminator()).isTrue();
166166

167167
// test clearning inpuyts
168168
schemaLookup.clearInputs();

0 commit comments

Comments
 (0)