Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Jul 31, 2024
1 parent 0c53ce7 commit 6145b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/plugin/__tests__/__snapshots__/examples.spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ exports[`Examples > should work in multiple projects 1`] = `
desc: Rename to \`users\`,
fix: {
range: [
141,
141,
148,
148,
],
text: query users ,
},
Expand Down Expand Up @@ -268,10 +268,10 @@ Accepted type: ID.,
messages: [
{
column: 6,
endColumn: 10,
endColumn: 17,
endLine: 1,
line: 1,
message: type "User" must have exactly one non-nullable unique identifier.
message: type "AnotherUser" must have exactly one non-nullable unique identifier.
Accepted name: id.
Accepted type: ID.,
nodeType: Name,
Expand Down

0 comments on commit 6145b61

Please sign in to comment.