Skip to content

Commit d2f6951

Browse files
darkcoderrisesmangalaman93
authored andcommitted
added comments
1 parent 8c114a7 commit d2f6951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgraph/cmd/dgraphimport/import_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func runImportTest(t *testing.T, tt testcase) {
288288
require.NoError(t, targetCluster.HealthCheck(false))
289289
t.Log("Import completed")
290290

291-
targetCluster.AssignTs(gc, 25000)
291+
targetCluster.AssignTs(gc.Dgraph, 25000)
292292

293293
for i := 0; i < tt.targetAlphas; i++ {
294294
t.Logf("Verifying import for alpha %v", i)

0 commit comments

Comments
 (0)