From 548e6ed6165a031d832f09044fdc6edf969e9d2e Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 11 Nov 2024 21:52:35 +0800 Subject: [PATCH] Fix the expected result in test/api/apiputvector.sh (#8615) --- test/api/apiputvector.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/apiputvector.sh b/test/api/apiputvector.sh index 73e30a6c60e..81c23762e24 100755 --- a/test/api/apiputvector.sh +++ b/test/api/apiputvector.sh @@ -6,7 +6,7 @@ # This file holds what is expected to be produced on output cat << EOF > answer.txt 134.9 2020-06-01T14:55:33 -12.76 -16.25 --158 2020-06-01T16:00:51 19.8 29.5 +202 2020-06-01T16:00:51 19.8 29.5 EOF testapi_putvector > results.txt diff -q --strip-trailing-cr results.txt answer.txt > fail