Skip to content

Commit

Permalink
Update writer golden test
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 3, 2024
1 parent be1a5ce commit 17e7cd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drift_dev/test/services/schema/writer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,10 @@ const expected = r'''
{
"check": {
"dart_expression": {
"elements": ["settings.length() > 10"]
"elements": [
{"lexeme": "settings", "tag": "settings"},
".length() > 10"
]
}
}
}
Expand Down

0 comments on commit 17e7cd4

Please sign in to comment.