Skip to content

Commit 15ea41e

Browse files
[N/A] - Fixed test clearing.
1 parent 560795c commit 15ea41e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/extended_attributes_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func Test_ExtendedAttributes_GetExtendedAttributeByIndex(t *testing.T) {
8282
assert.Equal(t, 1, len(result.ExtendedAttribute.ValueList))
8383
assert.Equal(t, "descr", result.ExtendedAttribute.ValueList[0].Description)
8484
assert.Equal(t, int32(1), result.ExtendedAttribute.ValueList[0].Id)
85+
t.Cleanup(func() { DeleteTestFileFromStorage(t, ctx, client) })
8586
}
8687

8788
// Test for put extended attribute, it should add new ExtendedAttribute.

0 commit comments

Comments
 (0)