Skip to content

Commit

Permalink
fix(test): remove failing test
Browse files Browse the repository at this point in the history
This was expected.
  • Loading branch information
Frzk committed Nov 9, 2023
1 parent a646cee commit 31b957e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ test_equality() {
assertEquals 1 1
}

test_party_like_it_is_1999() {
year="$( date "+%Y" )"

assertEquals "It's not 1999 :-(" "1999" "${year}"
}


# Add these functions to the test suite:

suite_addTest test_equality
suite_addTest test_party_like_it_is_1999

0 comments on commit 31b957e

Please sign in to comment.