Skip to content

Commit ea6fba2

Browse files
committed
typo
1 parent a4d58b0 commit ea6fba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/scti/handlers_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ func TestAddChain(t *testing.T) {
570570
t.Errorf("Failed to read issuer at %q: %v", issPath, err)
571571
}
572572
if !bytes.Equal(gotIss, wantIss.Raw) {
573-
t.Errorf("Issuer mismatch) got %s, want %s", gotIss, wantIss.Raw)
573+
t.Errorf("Issuer mismatch: got %s, want %s", gotIss, wantIss.Raw)
574574
}
575575
}
576576

@@ -709,7 +709,7 @@ func TestAddPreChain(t *testing.T) {
709709
t.Errorf("Failed to read issuer at %q: %v", issPath, err)
710710
}
711711
if !bytes.Equal(gotIss, wantIss.Raw) {
712-
t.Errorf("Issuer mismatch) got %s, want %s", gotIss, wantIss.Raw)
712+
t.Errorf("Issuer mismatch: got %s, want %s", gotIss, wantIss.Raw)
713713
}
714714
}
715715

0 commit comments

Comments
 (0)