Skip to content

Commit e49df43

Browse files
Merge pull request #418 from wking/RetriveOnce-typo
pkg/cvo/cvo_scenarios_test: Fix "Retrive" -> "Retrieve" typo
2 parents 4b5876e + 01470b2 commit e49df43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cvo/cvo_scenarios_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ func TestCVO_UpgradeUnverifiedPayload(t *testing.T) {
11111111
})
11121112
}
11131113

1114-
func TestCVO_UpgradeUnverifiedPayloadRetriveOnce(t *testing.T) {
1114+
func TestCVO_UpgradeUnverifiedPayloadRetrieveOnce(t *testing.T) {
11151115
o, cvs, client, _, shutdownFn := setupCVOTest("testdata/payloadtest-2")
11161116

11171117
// Setup: a successful sync from a previous run, and the operator at the same image as before

0 commit comments

Comments
 (0)