This commit is contained in:
parent
07c8ffc236
commit
304dc56bb2
|
|
@ -7,6 +7,7 @@ import (
|
|||
)
|
||||
|
||||
func TestParse(t *testing.T) {
|
||||
|
||||
got, err := Parse("2024-10-01 10:26:57")
|
||||
if err != nil {
|
||||
t.Errorf("TestParse() error = %v", err)
|
||||
|
|
|
|||
Loading…
Reference in New Issue