Skip to content

Commit 6267678

Browse files
committed
aa
1 parent b932ddf commit 6267678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,12 +2137,12 @@ exports[`Examples > should work with \`graphql-config\` 2`] = `
21372137
exports[`Examples > should work with custom rules 1`] = `
21382138
[
21392139
{
2140-
filePath: examples/custom-rule/test.graphql,
2140+
filePath: examples/custom-rules/test.graphql,
21412141
messages: [
21422142
{
21432143
column: 1,
2144-
endColumn: 13,
2145-
endLine: 1,
2144+
endColumn: 16,
2145+
endLine: 3,
21462146
line: 1,
21472147
message: Oops, name is required!,
21482148
nodeType: OperationDefinition,

0 commit comments

Comments
 (0)