Skip to content

Commit

Permalink
Fix typo in the Bottle Song exercise test suite (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0t authored Sep 22, 2023
1 parent 4ed55be commit 86b156f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/bottle-song/test/bottle_song_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule BottleSongTest do
"""
end

@tag :pendin
@tag :pending
test "Verse with 2 bottles" do
assert BottleSong.recite(2, 1) ==
"""
Expand Down

0 comments on commit 86b156f

Please sign in to comment.