Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Sep 18, 2024
1 parent 617bd7f commit 0653b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revocation/crl/cache/memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestMemoryCache(t *testing.T) {
if err != nil {
t.Fatalf("expected no error, got %v", err)
}
if reflect.DeepEqual(bundle, retrievedBundle) {
if !reflect.DeepEqual(bundle, retrievedBundle) {
t.Fatalf("expected bundle %v, got %v", bundle, retrievedBundle)
}
})
Expand Down

0 comments on commit 0653b0b

Please sign in to comment.