Skip to content

Commit

Permalink
Another bats fix :(
Browse files Browse the repository at this point in the history
  • Loading branch information
silverdaz committed Jul 11, 2024
1 parent 4194a00 commit 67cb95b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/expiration.bats
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function teardown() {

@test "Bob sends the testfile secretly to Alice, with a past expiration date" {

bats_require_minimum_version 1.5.0
TESTFILE=${BATS_TEST_DIRNAME}/_common/testfile.abcd

# Bob encrypts the testfile for Alice
Expand All @@ -34,6 +35,7 @@ function teardown() {

@test "Bob sends the testfile secretly to Alice, with a future expiration date" {

bats_require_minimum_version 1.5.0
TESTFILE=${BATS_TEST_DIRNAME}/_common/testfile.abcd

# Bob encrypts the testfile for Alice
Expand Down

0 comments on commit 67cb95b

Please sign in to comment.