Skip to content

Commit b5da5c9

Browse files
Satisfy linter
1 parent 36105f6 commit b5da5c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

systest/integration2/bulk_loader_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ func TestBulkLoaderSkipReducePhase(t *testing.T) {
114114
}
115115
data, err := hc.RunGraphqlQuery(params, false)
116116
require.NoError(t, err)
117-
dgraphapi.CompareJSON(`{
117+
require.NoError(t, dgraphapi.CompareJSON(`{
118118
"getMessage": {
119119
"content": "DVTCTXCVYI",
120120
"author": "USYMVFJYXA"
121121
}
122-
}`, string(data))
122+
}`, string(data)))
123123
}
124124

125125
func TestBulkLoaderNoDqlSchema(t *testing.T) {

0 commit comments

Comments
 (0)