add tests

This commit is contained in:
Yehowshua Immanuel 2022-06-18 01:00:01 -04:00
parent a37c4c0f95
commit 5445891b8d
3 changed files with 56 additions and 27 deletions

View file

@ -6,7 +6,7 @@ use num::BigInt;
pub(super) struct Version(pub String);
#[derive(Debug)]
pub(super) enum Timescale {ps, ns, us, ms, s, unit}
pub(super) enum Timescale {fs, ps, ns, us, ms, s, unit}
#[derive(Debug)]
pub(super) struct Metadata {