Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Jul 27, 2023
1 parent 5aaea69 commit df9a215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/postgres/tests/mutation_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ async fn test_create_batch_mutation() {
"languageCreateBatch": [
{
"languageId": 7,
"name": "Swedish"
"name": "Swedish "
},
{
"languageId": 8,
"name": "Danish"
"name": "Danish "
}
]
}
Expand Down

0 comments on commit df9a215

Please sign in to comment.