Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCheung96 authored and ti-chi-bot committed May 23, 2023
1 parent f8fbe34 commit 592fb2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/util/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func TestAndWriteExampleReplicaTOML(t *testing.T) {
NullString: config.NULL,
},
Terminator: "\r\n",
DateSeparator: config.DateSeparatorNone.String(),
DateSeparator: config.DateSeparatorDay.String(),
EnablePartitionSeparator: true,
Protocol: "open-protocol",
}, cfg.Sink)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/api_v2/cases.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var defaultReplicaConfig = &ReplicaConfig{
},
EncoderConcurrency: 16,
Terminator: "\r\n",
DateSeparator: "none",
DateSeparator: "day",
EnablePartitionSeparator: true,
},
Consistent: &ConsistentConfig{
Expand Down

0 comments on commit 592fb2b

Please sign in to comment.