Browse Source

Fix test typo

master
Luke Childs 6 years ago
committed by GitHub
parent
commit
c5cfce8c7f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/tests.bats

2
tests/tests.bats

@ -139,7 +139,7 @@ load helper_functions
}
@test "Directories with children can be added/retrieved form the chest" {
@test "Directories with children can be added/retrieved from the chest" {
# Generate random folder name
folder="test-folder-$(random_string 8)"

Loading…
Cancel
Save