mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-18 09:54:36 -04:00
chore: remove test error log from expected error
This commit is contained in:
1 file changed
+2
@@ -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();
|
||||
|
||||
|
||||
Reference in new issue
Block a user