Skip to content

Commit

Permalink
Update snapshots per syrupy breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Oct 29, 2022
1 parent aa6710b commit 19dbb54
Show file tree
Hide file tree
Showing 28 changed files with 341 additions and 341 deletions.
48 changes: 24 additions & 24 deletions tests/__snapshots__/test_builder.ambr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# name: test_basic_building
'
'''
query {
result: findUniqueUser
(
Expand All @@ -14,10 +14,10 @@
created_at
}
}
'
---
'''
# ---
# name: test_basic_building.1
'
'''
mutation {
result: queryRaw
(
Expand All @@ -26,10 +26,10 @@
}
)
}
'
---
'''
# ---
# name: test_custom_serialization
'
'''
query {
result: findUniquePost
(
Expand All @@ -48,10 +48,10 @@
author_id
}
}
'
---
'''
# ---
# name: test_datetime_serialization_tz_aware
'
'''
query {
result: findUniquePost
(
Expand All @@ -70,10 +70,10 @@
author_id
}
}
'
---
'''
# ---
# name: test_datetime_serialization_tz_unaware
'
'''
query {
result: findUniquePost
(
Expand All @@ -92,10 +92,10 @@
author_id
}
}
'
---
'''
# ---
# name: test_include_with_arguments
'
'''
query {
result: findUniqueUser
(
Expand Down Expand Up @@ -125,21 +125,21 @@
}
}
}
'
---
'''
# ---
# name: test_raw_queries
'
'''
mutation {
result: queryRaw
(
query: "SELECT * FROM User where id = $1"
parameters: "[\"1263526\"]"
)
}
'
---
'''
# ---
# name: test_unicode
'
'''
query {
result: findUniqueUser
(
Expand All @@ -154,5 +154,5 @@
created_at
}
}
'
---
'''
# ---
Loading

0 comments on commit 19dbb54

Please sign in to comment.