Skip to content

Commit 8306cf2

Browse files
committed
Update EditorStateRestorationTests.swift
1 parent e570dcf commit 8306cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEditTests/Features/Editor/EditorStateRestorationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct EditorStateRestorationTests {
4141
func clearsCorruptedDatabase() throws {
4242
try withTempDir { dir in
4343
let url = dir.appending(path: "database.db")
44-
try "bad SQLITE data HAHAHA".write(to: url, atomically: true, encoding: .utf8)
44+
try "bad data".write(to: url, atomically: true, encoding: .utf8)
4545
// This will throw if it can't connect to the database.
4646
_ = try EditorStateRestoration(url)
4747
}

0 commit comments

Comments
 (0)