Skip to content

Commit 133b421

Browse files
committed
upd snapshots
1 parent 6c08475 commit 133b421

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/plugin/__tests__/__snapshots__/examples.spec.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exports[`Examples > should work in monorepo 1`] = `
1010
endColumn: 15,
1111
endLine: 1,
1212
line: 1,
13-
message: Operation "getUsers" should be in PascalCase format,
13+
message: Query "getUsers" should be in PascalCase format,
1414
nodeType: Name,
1515
ruleId: @graphql-eslint/naming-convention,
1616
severity: 2,
@@ -198,7 +198,7 @@ exports[`Examples > should work in monorepo 2`] = `
198198
endColumn: 15,
199199
endLine: 1,
200200
line: 1,
201-
message: Operation "getUsers" should be in PascalCase format,
201+
message: Query "getUsers" should be in PascalCase format,
202202
nodeType: Name,
203203
ruleId: @graphql-eslint/naming-convention,
204204
severity: 2,
@@ -583,7 +583,7 @@ exports[`Examples > should work in svelte 1`] = `
583583
{
584584
column: 0,
585585
line: 1,
586-
message: Operation "UserQuery" should not have "Query" suffix,
586+
message: Query "UserQuery" should not have "Query" suffix,
587587
nodeType: Name,
588588
ruleId: @graphql-eslint/naming-convention,
589589
severity: 2,
@@ -610,7 +610,7 @@ exports[`Examples > should work in svelte 2`] = `
610610
{
611611
column: 0,
612612
line: 1,
613-
message: Operation "UserQuery" should not have "Query" suffix,
613+
message: Query "UserQuery" should not have "Query" suffix,
614614
nodeType: Name,
615615
ruleId: @graphql-eslint/naming-convention,
616616
severity: 2,
@@ -675,7 +675,7 @@ exports[`Examples > should work in vue 1`] = `
675675
endColumn: 19,
676676
endLine: 16,
677677
line: 16,
678-
message: Operation "UserQuery" should not have "Query" suffix,
678+
message: Query "UserQuery" should not have "Query" suffix,
679679
nodeType: Name,
680680
ruleId: @graphql-eslint/naming-convention,
681681
severity: 2,
@@ -714,7 +714,7 @@ exports[`Examples > should work in vue 2`] = `
714714
{
715715
column: 0,
716716
line: 1,
717-
message: Operation "UserQuery" should not have "Query" suffix,
717+
message: Query "UserQuery" should not have "Query" suffix,
718718
nodeType: Name,
719719
ruleId: @graphql-eslint/naming-convention,
720720
severity: 2,
@@ -822,7 +822,7 @@ exports[`Examples > should work on \`.js\` files 1`] = `
822822
endColumn: 18,
823823
endLine: 12,
824824
line: 12,
825-
message: Operation "UserQuery" should not have "Query" suffix,
825+
message: Query "UserQuery" should not have "Query" suffix,
826826
nodeType: Name,
827827
ruleId: @graphql-eslint/naming-convention,
828828
severity: 2,
@@ -920,7 +920,7 @@ exports[`Examples > should work on \`.js\` files 2`] = `
920920
endColumn: 18,
921921
endLine: 12,
922922
line: 12,
923-
message: Operation "UserQuery" should not have "Query" suffix,
923+
message: Query "UserQuery" should not have "Query" suffix,
924924
nodeType: Name,
925925
ruleId: @graphql-eslint/naming-convention,
926926
severity: 2,

0 commit comments

Comments
 (0)