Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Reimers, Dominik
fpinjava
Commits
af26a6fd
Commit
af26a6fd
authored
Apr 10, 2017
by
Thomas Wienecke
Browse files
Fix testTriple
parent
674e189a
Changes
1
Hide whitespace changes
Inline
Side-by-side
fpinjava-parent/fpinjava-lists-exercises/src/test/java/com/fpinjava/lists/exercise05_17/TripleTest.java
View file @
af26a6fd
...
...
@@ -9,7 +9,7 @@ public class TripleTest {
@Test
public
void
testTriple
()
{
assertEquals
(
"[
2
,
3
,
4
,
5
, NIL]"
,
Triple
.
triple
(
List
.
list
(
1
,
2
,
3
,
4
)).
toString
());
assertEquals
(
"[
3
,
6
,
9
,
12
, NIL]"
,
Triple
.
triple
(
List
.
list
(
1
,
2
,
3
,
4
)).
toString
());
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment