Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yirutang committed Dec 22, 2020
1 parent b9d53e6 commit 97edec4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -217,7 +217,7 @@ public void testTwoParamNewBuilder_nullSchema() {
getTestJsonStreamWriterBuilder(null, TABLE_SCHEMA);
Assert.fail("expected NullPointerException");
} catch (NullPointerException e) {
assertEquals(e.getMessage(), "StreamName is null.");
assertEquals(e.getMessage(), "StreamOrTableName is null.");
}
}

Expand Down

0 comments on commit 97edec4

Please sign in to comment.