From a84826a46bd6847f8c159a1c038c20c13e62603e Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 7 Feb 2020 23:01:41 -0500 Subject: Fix test input data --- src/template.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template.rs b/src/template.rs index 2810600..f3985e2 100644 --- a/src/template.rs +++ b/src/template.rs @@ -209,7 +209,7 @@ mod function { .unwrap() }; assert_eq!( - json!("53:00"), + json!("53:38"), app1(Function::DisplayUnit(Unit::Pace, "".to_string())) ); assert_eq!( -- cgit v1.2.3