Skip to content

Commit

Permalink
fix sync on labelvol test
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSavage committed Nov 17, 2015
1 parent 6d94771 commit 9bd35b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatype/labelvol/labelvol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func TestMergeLabels(t *testing.T) {
emptyBody.checkSparseVol(t, encoding, dvid.Bounds{})

// Make sure label changes are correct after completion
if err := BlockOnUpdating(uuid, "labels"); err != nil {
if err := labelblk.BlockOnUpdating(uuid, "labels"); err != nil {
t.Fatalf("Error blocking on sync of bodies -> labels: %v\n", err)
}

Expand Down

0 comments on commit 9bd35b9

Please sign in to comment.