Skip to content

Commit

Permalink
test: remove non-portable test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 23, 2024
1 parent 0c4a228 commit 54dacca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/first_time_setup/utils/test_string.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ function test_decode_with_hyphens() {
assert_same "L'Ile-d'Yeu" "${actual}"
}

# @nodoc
function test_lower_with_hyphens() {
actual=$(string::lower "L'Île-d'Yeu")
assert_same "l'île-d'yeu" "${actual}"
}

# @nodoc
function test_sanitise_with_special_characters() {
actual=$(string::sanitise 'Wellington & Suburbs')
Expand Down

0 comments on commit 54dacca

Please sign in to comment.