1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 11:42:33 +01:00
bats/test/fixtures/bats/failing.bats

6 lines
49 B
Bash

@test "a failing test" {
true
true
false
}