Skip to content

Commit a108c5f

Browse files
committed
Ch6 - rename the test
1 parent 255e947 commit a108c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/chapter6/test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Note to reader: Delete this line to expand comment block -}
205205
test "act appended" do
206206
Assert.equal (act m1 (act m2 a))
207207
$ act (m1 <> m2) a
208-
test "concrete" do
208+
test "act acts on elements" do
209209
Assert.equal (map (act m1) a)
210210
$ act m1 a
211211
suite "Action Multiply (Array String)" do

0 commit comments

Comments
 (0)