Skip to content

Commit

Permalink
[chunjun-core] fix base file config test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoudaokoulife committed Feb 21, 2024
1 parent 2f4213a commit eee6967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void toStringShouldReturnAStringWithAllTheFields() {
baseFileConf.setNextCheckRows(5000L);

String expected =
"BaseFileConfig(fromLine=1, path=path, fileName=fileName, writeMode=writeMode, compress=compress, encoding=UTF-8, maxFileSize=1024, nextCheckRows=5000, suffix=null)";
"BaseFileConfig(fromLine=1, path=path, fileName=fileName, writeMode=writeMode, compress=compress, encoding=UTF-8, maxFileSize=1024, nextCheckRows=5000, suffix=null, jobIdentifier=)";

assertEquals(expected, baseFileConf.toString());
}
Expand Down

0 comments on commit eee6967

Please sign in to comment.