Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/assert_not_equal.bats1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/assert_not_equal.bats b/test/assert_not_equal.bats
index 28f0142..42b5315 100644
--- a/test/assert_not_equal.bats
+++ b/test/assert_not_equal.bats
@@ -13,6 +13,7 @@ load test_helper
assert_test_pass
run assert_not_equal "" "foo"
+ assert_test_pass
}
@test 'assert_not_equal() <actual> <unexpected>: returns 1 and displays details if <actual> equals <unexpected>' {