Skip to content

Commit

Permalink
minor fix of labelvol test
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSavage committed Nov 17, 2015
1 parent d0f878f commit 6d94771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datatype/labelvol/labelvol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,10 @@ 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 {
t.Fatalf("Error blocking on sync of bodies -> labels: %v\n", err)
}

retrieved := newTestVolume(128, 128, 128)
retrieved.get(t, uuid, "labels")
if len(retrieved.data) != 8*128*128*128 {
Expand Down

0 comments on commit 6d94771

Please sign in to comment.