Skip to content

Commit 494fc0f

Browse files
committed
Delete incorrect test.
1 parent 69f0a50 commit 494fc0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ r = query(db, sr"SELECT LastName FROM Employee WHERE BirthDate REGEXP '^\d{4}-08
111111
x * 3
112112
end
113113
@test_throws ErrorException registerfunc(db, 186, triple)
114-
@test_throws ErrorException registerfunc(db, -2, triple)
115114
registerfunc(db, 1, triple)
116115
r = query(db, "SELECT triple(Total) FROM Invoice ORDER BY InvoiceId LIMIT 5")
117116
s = query(db, "SELECT Total FROM Invoice ORDER BY InvoiceId LIMIT 5")

0 commit comments

Comments
 (0)