From 402b01fe6ed23ea1dfcd5b17ac0e830496102d39 Mon Sep 17 00:00:00 2001 From: Joe Gomain Hoyes Date: Thu, 13 May 2021 11:50:12 +0700 Subject: [PATCH] Ch6 - remove concrete test Action Multiply Int --- exercises/chapter6/test/Main.purs | 3 --- 1 file changed, 3 deletions(-) diff --git a/exercises/chapter6/test/Main.purs b/exercises/chapter6/test/Main.purs index 9d35ed59..421ec823 100644 --- a/exercises/chapter6/test/Main.purs +++ b/exercises/chapter6/test/Main.purs @@ -181,9 +181,6 @@ Note to reader: Delete this line to expand comment block -} test "Multiply Int append" do Assert.equal (act m1 (act m2 a)) $ act (m1 <> m2) a - test "Multiply Int concrete" do - Assert.equal 15 - $ act m1 a -- Multiply String is the actual exercise question suite "Multiply String" do let