Skip to content

Commit 421d2aa

Browse files
authored
Merge pull request #271 from yoshizzle/remove-volumes-resize-test
Added removeVolumes to beginning of resize tests
2 parents 6f5cc29 + e9a8870 commit 421d2aa

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)