chore: remove test error log from expected error

This commit is contained in:
Karl Seguin committed 2026-08-04 17:49:38 +08:00
1 parent e143533987
commit b90515616f
1 file changed
+2
+2
View File
@@ -658,6 +658,8 @@ test "Sqlite: Migrations - basic" {
}
test "Sqlite: Migrations - removed migration" {
testing.expectLog(&.{.storage});
var conn = try Sqlite.Conn.open(":memory:");
defer conn.close();