Skip to content

Commit f567d11

Browse files
committed
wip
1 parent df5fa83 commit f567d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/StructuredQueriesTests/TriggersTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ extension SnapshotTests {
6868
} matching: {
6969
$0.description.contains(
7070
"""
71-
Cannot bind a date to a trigger statement. Specify dates using the '#sql' macro, \
72-
instead. For example, the current date:
71+
Swift Date values should not be bound to a 'CREATE TEMPORARY TRIGGER' statement. Specify \
72+
dates using the '#sql' macro, instead. For example, the current date:
7373
7474
#sql("datetime()")
7575

0 commit comments

Comments
 (0)