Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils authored and k8s-ci-robot committed Jul 31, 2024
1 parent 1095559 commit 5a1e2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spoc/e2e_spoc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func recordAppArmorTest(t *testing.T) {
count++
}
}
require.Equal(t, count, 1)
require.Equal(t, 1, count)

profile = recordAppArmor(t, "--file-read", "/dev/null", "--file-write", "/dev/null")
require.Contains(t, *profile.Filesystem.ReadWritePaths, "/dev/null")
Expand Down

0 comments on commit 5a1e2a3

Please sign in to comment.