From f4b97fff364ded9667eca6a1870b2bd0fc53b853 Mon Sep 17 00:00:00 2001 From: "J.J" Date: Thu, 30 Nov 2023 19:59:54 -0500 Subject: setting up adglent --- aoc2023/test/aoc2023_test.gleam | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'aoc2023/test/aoc2023_test.gleam') diff --git a/aoc2023/test/aoc2023_test.gleam b/aoc2023/test/aoc2023_test.gleam index 3831e7a..2b696a4 100644 --- a/aoc2023/test/aoc2023_test.gleam +++ b/aoc2023/test/aoc2023_test.gleam @@ -1,12 +1,5 @@ -import gleeunit -import gleeunit/should +import showtime pub fn main() { - gleeunit.main() -} - -// gleeunit test functions end in `_test` -pub fn hello_world_test() { - 1 - |> should.equal(1) + showtime.main() } -- cgit v1.2.3