Skip to content

Commit e9a8870

Browse files
author
Josh Sager
committed
Added removeVolumes to beginning of resize tests
1 parent 6f5cc29 commit e9a8870

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/volumes/resize-volumes.bats

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ teardown() {
2020
fi
2121
}
2222

23+
@test "remove all volumes prior to running tests" {
24+
run removeVolumes
25+
}
26+
2327
@test "it should fail to resize a volume smaller" {
2428
createVolume
2529
volume_id=$(linode-cli volumes list --text --no-headers --format="id")

0 commit comments

Comments
 (0)