Skip to content

Commit

Permalink
Removed gleeunit
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomilin committed Oct 9, 2024
1 parent 2408ab4 commit 1d89f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/example2.gleam
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import gleam/bool
import gleam/erlang
import gleam/int
import gleam/io
import gleam/list
import gleam/result
import gleam/string
import gleeunit/should
import ulid.{from_parts, from_tuple, to_parts}

pub fn main() {
Expand All @@ -27,7 +27,7 @@ pub fn main() {

let same_ulid = from_tuple(#(timestamp, random))

should.equal(ulid, same_ulid)
io.println("Same ulids? " <> { bool.to_string(same_ulid == ulid) })
}

@external(erlang, "calendar", "system_time_to_rfc3339")
Expand Down

0 comments on commit 1d89f15

Please sign in to comment.