gleam_ccsds_space_packet/test/ccsds_space_packet_test.gleam

13 lines
174 B
Plaintext
Raw Normal View History

2024-12-08 20:58:12 +00:00
import gleeunit
import gleeunit/should
pub fn main() {
gleeunit.main()
}
// gleeunit test functions end in `_test`
pub fn hello_world_test() {
1
|> should.equal(1)
}