diff --git a/tests/tests.bats b/tests/tests.bats index fb387cf..24634d9 100644 --- a/tests/tests.bats +++ b/tests/tests.bats @@ -5,7 +5,7 @@ load 'bats/bats-assert/load' # group alternation in regex because the xml properties switch around. sometimes 'type=...' comes after 'to=...' and sometimes before @test "Should send 5 messages" { - run bash -c "sudo docker-compose logs | grep -E \"Received\[c2s\]: \" | wc -l" + run bash -c "sudo docker-compose logs | grep -E \"Received\[c2s\]: \" | wc -l" assert_success assert_output "5" }