Skip to content

Commit 5b94a3b

Browse files
authored
Merge pull request #74 from mjq/rename_clearcacheonbatch_test
Rename cache clearing test so that tests have distinct names
2 parents 6cf9ef2 + 12b60b1 commit 5b94a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataloader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ func TestLoader(t *testing.T) {
329329
}
330330
})
331331

332-
t.Run("allows clearAll values in cache", func(t *testing.T) {
332+
t.Run("clears cache on batch with WithClearCacheOnBatch", func(t *testing.T) {
333333
t.Parallel()
334334
batchOnlyLoader, loadCalls := BatchOnlyLoader(0)
335335
ctx := context.Background()

0 commit comments

Comments
 (0)