Fix wrong assertion in volume/service package

This last assertion shouldn't be there, those cases should be handled
by the for/switch above.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-06-05 18:51:17 +02:00
parent ca25df3b54
commit 04207c2db9
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3
1 changed files with 0 additions and 1 deletions

View File

@ -63,5 +63,4 @@ func TestLocalVolumeSize(t *testing.T) {
t.Fatalf("got unexpected volume: %+v", v)
}
}
assert.Assert(t, is.Equal(ls[1].UsageData.Size, int64(len(data[:1]))))
}