diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/source/lux/test.lux | 2 |
1 files changed, 1 insertions, 1 deletions
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"))]] |