From bfffa9678ead15439e4156635dfb9180e6222d32 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 1 Dec 2017 18:40:28 -0400 Subject: - Changed the way test durations are shown. --- stdlib/source/lux/test.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/source/lux/test.lux b/stdlib/source/lux/test.lux index 69cfbb647..66bec5d9b 100644 --- a/stdlib/source/lux/test.lux +++ b/stdlib/source/lux/test.lux @@ -81,7 +81,7 @@ product.right) #let [post (io.run instant.now) _ (log! (format "@ " module " " - "(" (%i (duration.to-millis (instant.span pre post))) "ms" ")" + "(" (%duration (instant.span pre post)) ")" "\n" description "\n" "\n" documentation "\n"))]] -- cgit v1.2.3