Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 6c1e843

Browse files
committed
test: fix small typo
No behaviour changes.
1 parent 1e2e374 commit 6c1e843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common/gh-243-dont-fetch-the-same-data-twice.test.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ local testdata = {
3030
{name = 'id', type = 'string'},
3131
},
3232
},
33-
-- for case: partially overlaping batches
33+
-- for case: partially overlapping batches
3434
w = {
3535
type = 'record',
3636
name = 'w',
@@ -413,7 +413,7 @@ local function run_queries(gql)
413413
-- + y_1 y_2 y_3 y_4 y_5
414414
-- | | | | |
415415
-- z_1 z_2 z_3 z_4 z_5
416-
test:test('partially overlaping batches', function(test)
416+
test:test('partially overlapping batches', function(test)
417417
test:plan(check_statistics and 2 or 1)
418418

419419
local result = gql:compile([[

0 commit comments

Comments
 (0)