Skip to content

Commit

Permalink
fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Nov 27, 2023
1 parent b5897c2 commit 613e5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/index/job/readreplica/rotate/service/rotator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Test_getNewBaseName(t *testing.T) {
},
},
{
name: "succesfully remove timestamp",
name: "successfully remove timestamp",
args: args{
old: "vald-agent-ngt-readreplica-0-20220101",
},
Expand All @@ -35,7 +35,7 @@ func Test_getNewBaseName(t *testing.T) {
},
},
{
name: "succesfully remove timestamp when the name has no dashes",
name: "successfully remove timestamp when the name has no dashes",
args: args{
old: "vald-1-20220101",
},
Expand Down

0 comments on commit 613e5c9

Please sign in to comment.