Skip to content

Commit

Permalink
Update internal/db/rdb/mysql/option_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Diu <[email protected]>
  • Loading branch information
vankichi and kevindiu authored Aug 13, 2020
1 parent 8236581 commit e3f0a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/rdb/mysql/option_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ func TestWithInitialPingTimeLimit(t *testing.T) {
},
},
{
name: "set success when lim is invalid",
name: "set success with default value when lim is invalid",
args: args{
lim: "invalid",
},
Expand Down

0 comments on commit e3f0a92

Please sign in to comment.