Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 6, 2020
1 parent cefa5c4 commit 4932c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/kvs/redis/option_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ func TestWithIdleCheckFrequency(t *testing.T) {
{
name: "default value set success when dur is `invalid`",
args: args{
dur: "invlid",
dur: "invalid",
},
want: want{
obj: &T{
Expand Down

0 comments on commit 4932c52

Please sign in to comment.