Skip to content

Commit

Permalink
Fixing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohit Sharma committed Dec 4, 2023
1 parent 906c4b3 commit 0f9b654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/update-rules/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,20 +164,20 @@ func TestUpdateRules(t *testing.T) {
}
}

func TestRemoveRules(t *testing.T) {
func TestDeleteRules(t *testing.T) {
tests := []struct {
name string
branch string
goVersion string
}{
{
"release-1.20",
"release-1.XY",
"release-1.20",
"1.17.1",
},
{
"release-1.19",
"release-1.XY",
"release-1.19",
"1.17.1",
},
}
Expand Down

0 comments on commit 0f9b654

Please sign in to comment.