回答編集履歴

1

コードの定数を変更

2017/02/07 05:20

投稿

KSwordOfHaste
KSwordOfHaste

スコア18394

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  ->
20
20
 
21
- assertThat(actual.apply("bar"), isFor(expect.apply("bar"), "foo", "bar"));
21
+ assertThat(actual.apply("hoge"), isFor(expect.apply("hoge"), "foo", "bar"));
22
22
 
23
23
 
24
24