Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
deebhatia authored and safiyat committed Nov 6, 2024
1 parent ff650d0 commit 50a8736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ func Test_getOcpValidVersion(t *testing.T) {
{openShiftVersion: "4.1", succeed: true, exp: "4.1"},
{openShiftVersion: "4.5", succeed: true, exp: "4.1"},
{openShiftVersion: "4.6", succeed: true, exp: "4.1"},
{openShiftVersion: "4.16", succeed: true, exp: "4.16"},
{openShiftVersion: "4.16", succeed: true, exp: "4.15"},
{openShiftVersion: "invalid", succeed: false, exp: ""},
}
for _, c := range cases {
Expand Down

0 comments on commit 50a8736

Please sign in to comment.