Skip to content

Commit 72428fe

Browse files
committed
rename a test
1 parent b5d8f51 commit 72428fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/chapter6/test/Main.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Note to reader: Delete this line to expand comment block -}
207207
test "Multiply Array Int append" do
208208
Assert.equal (act m1 (act m2 a))
209209
$ act (m1 <> m2) a
210-
test "Multiply Array Int concrete" do
210+
test "Multiply Array Int acts on elements" do
211211
Assert.equal (map (act m1) a)
212212
$ act m1 a
213213
suite "Multiply Array String" do

0 commit comments

Comments
 (0)