Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
Signed-off-by: yuteng <[email protected]>
  • Loading branch information
0yukali0 committed Aug 15, 2024
1 parent b047ecd commit 43b88b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestGenerateTaskGroupName(t *testing.T) {
expect: fmt.Sprintf("%s-%s-%d", TaskGroupGenericName, "worker", 1),
},
}
t.Run("Gernerate ray task group name", func(t *testing.T) {
t.Run("Generate ray task group name", func(t *testing.T) {
for _, tt := range tests {
got := GenerateTaskGroupName(tt.input.isMaster, tt.input.index)
assert.Equal(t, tt.expect, got)
Expand Down

0 comments on commit 43b88b7

Please sign in to comment.