From 24ae5b85a25e776202d91514628768bd2757bef4 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sat, 24 Feb 2024 15:45:04 +0100 Subject: [PATCH] fix a broken test???? --- tests/Tests/DimEq.idr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tests/DimEq.idr b/tests/Tests/DimEq.idr index cbc7d34..f368991 100644 --- a/tests/Tests/DimEq.idr +++ b/tests/Tests/DimEq.idr @@ -97,7 +97,7 @@ tests = "dimension constraints" :- [ testPrettyD iijj ZeroIsOne "𝑖, 𝑗, 0 = 1", testPrettyD [<] new "" {label = "[empty output from empty context]"}, testPrettyD ii new "𝑖", - testPrettyD iijj (fromGround [< Zero, One]) + testPrettyD iijj (fromGround [< "𝑖", "𝑗"] [< Zero, One]) "𝑖, 𝑗, 𝑖 = 0, 𝑗 = 1", testPrettyD iijj (C [< Just (^K Zero), Nothing]) "𝑖, 𝑗, 𝑖 = 0",