Skip to content

Commit eb184e1

Browse files
committed
--amend
1 parent 33d685b commit eb184e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/datastax/astra/migrate/properties/PropertyHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public void getAsString_nullArgument() {
477477
@Test
478478
public void getAsString_nullUnhanldedType() {
479479
helper.setProperty(KnownProperties.TEST_UNHANDLED_TYPE, "abcd");
480-
assertNull(helper.getAsString(KnownProperties.TEST_UNHANDLED_TYPE));
480+
assertEquals("",helper.getAsString(KnownProperties.TEST_UNHANDLED_TYPE));
481481
}
482482

483483
@Test

0 commit comments

Comments
 (0)