Skip to content

Commit

Permalink
[hotfix-1881][ddl]resolve maven package failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dujie authored and yanghuaiGit committed Feb 21, 2024
1 parent 3370267 commit 6f890f7
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 6f890f7

Please sign in to comment.