From 9bd35b946a53cc055f7f5745dc457904c3e1e85e Mon Sep 17 00:00:00 2001 From: Bill Katz Date: Mon, 16 Nov 2015 23:45:13 -0500 Subject: [PATCH] fix sync on labelvol test --- datatype/labelvol/labelvol_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatype/labelvol/labelvol_test.go b/datatype/labelvol/labelvol_test.go index 281986f4..1eac99ab 100644 --- a/datatype/labelvol/labelvol_test.go +++ b/datatype/labelvol/labelvol_test.go @@ -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) }