diff options
author | xuri <xuri.me@gmail.com> | 2019-04-16 10:57:21 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-04-16 10:57:21 +0800 |
commit | a88459d5f1e83006ba421f334a1513d1c231eb6b (patch) | |
tree | 49322fadda8f3024c6b5a3ea63e3326351224836 /date_test.go | |
parent | f2df344739146189a1dea7cfb81239231af5135b (diff) |
add unit tests to functions
Diffstat (limited to 'date_test.go')
-rw-r--r-- | date_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/date_test.go b/date_test.go index 63cb19e..2885af0 100644 --- a/date_test.go +++ b/date_test.go @@ -69,7 +69,7 @@ func TestTimeFromExcelTime(t *testing.T) { } func TestTimeFromExcelTime_1904(t *testing.T) { - shiftJulianToNoon(1, -0.6) + _, _ = shiftJulianToNoon(1, -0.6) timeFromExcelTime(61, true) timeFromExcelTime(62, true) } |