This commit is contained in:
ziming 2025-05-22 15:31:40 +08:00
parent 07c8ffc236
commit 304dc56bb2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
) )
func TestParse(t *testing.T) { func TestParse(t *testing.T) {
got, err := Parse("2024-10-01 10:26:57") got, err := Parse("2024-10-01 10:26:57")
if err != nil { if err != nil {
t.Errorf("TestParse() error = %v", err) t.Errorf("TestParse() error = %v", err)