Skip to content

Commit 9264aba

Browse files
Fix conditional in test that skipped the coverage
1 parent bdbd5a8 commit 9264aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/epoch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,7 @@ fn sofa_val_tcg() {
25592559
);
25602560

25612561
#[cfg(feature = "std")]
2562-
if ts == TimeScale::TCB {
2562+
if ts == TimeScale::TCG {
25632563
println!("{e}");
25642564
assert_eq!(Epoch::from_str(&format!("{e}")).unwrap(), e);
25652565
}

0 commit comments

Comments
 (0)