We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8691131 commit 0809c8aCopy full SHA for 0809c8a
1 file changed
src/test/java/com/imsweb/seerapi/client/staging/StagingTest.java
@@ -162,7 +162,7 @@ public void testSchemaLookup() throws IOException {
162
assertThatExceptionOfType(IllegalStateException.class)
163
.isThrownBy(() -> csLookup.setInput("bad_key", "1"))
164
.withMessageContaining("is not allowed for lookups");
165
- assertThat(csLookup.hasDiscriminator()).isEqualTo(true);
+ assertThat(csLookup.hasDiscriminator()).isTrue();
166
167
// test clearning inpuyts
168
schemaLookup.clearInputs();
0 commit comments