Skip to content

Commit 52516be

Browse files
committed
fix: typo in app_test.go
Signed-off-by: imusmanmalik <[email protected]>
1 parent 39011b3 commit 52516be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/packageinstall/app_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ func TestAppPackageIntallDefaultSyncPeriod(t *testing.T) {
592592
},
593593
}
594594

595-
// Not interesting in metadata in this test
595+
// Not interested in metadata in this test
596596
app.ObjectMeta = metav1.ObjectMeta{}
597597

598598
require.Equal(t, expectedApp, app, "App does not match expected app")
@@ -629,7 +629,7 @@ func TestAppCustomPackageIntallSyncPeriod(t *testing.T) {
629629
},
630630
}
631631

632-
// Not interesting in metadata in this test
632+
// Not interested in metadata in this test
633633
app.ObjectMeta = metav1.ObjectMeta{}
634634

635635
require.Equal(t, expectedApp, app, "App does not match expected app")

0 commit comments

Comments
 (0)