Skip to content

Commit 385fdfa

Browse files
Bring two-fer up to date with canonical data (#658)
1 parent 0df1ee0 commit 385fdfa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

exercises/practice/two-fer/.meta/version

Lines changed: 0 additions & 1 deletion
This file was deleted.

exercises/practice/two-fer/test/two_fer_test.exs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ defmodule TwoFerTest do
77

88
@tag :pending
99
test "a name given" do
10-
assert TwoFer.two_fer("Gilberto Barros") == "One for Gilberto Barros, one for me"
10+
assert TwoFer.two_fer("Alice") == "One for Alice, one for me"
11+
end
12+
13+
@tag :pending
14+
test "another name given" do
15+
assert TwoFer.two_fer("Bob") == "One for Bob, one for me"
1116
end
1217

1318
@tag :pending

0 commit comments

Comments
 (0)