Skip to content

Commit ac1e597

Browse files
test: Remove queries containing DDL from unit tests
1 parent f676b96 commit ac1e597

File tree

5 files changed

+335
-315
lines changed

5 files changed

+335
-315
lines changed

cmd/bad-key-revoker/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func TestFindUnrevoked(t *testing.T) {
247247
test.AssertNotError(t, err, "findUnrevoked failed")
248248
test.AssertEquals(t, len(rows), 1)
249249
test.AssertEquals(t, rows[0].Serial, "ff")
250-
test.AssertEquals(t, rows[0].RegistrationID, int64(1))
250+
test.AssertEquals(t, rows[0].RegistrationID, regID)
251251
test.AssertByteEquals(t, rows[0].DER, []byte{1, 2, 3})
252252

253253
bkr.maxRevocations = 0

0 commit comments

Comments
 (0)