mirror of
https://github.com/garraflavatra/go-fmp.git
synced 2025-06-28 04:25:11 +00:00
Add debug utils
This commit is contained in:
@ -19,4 +19,6 @@ func TestOpenFile(t *testing.T) {
|
||||
if f.VersionDate.Format("2006-01-02") != "2025-01-11" {
|
||||
t.Errorf("expected version date to be '2025-01-11', got '%s'", f.VersionDate.Format("2006-01-02"))
|
||||
}
|
||||
|
||||
f.ToDebugFile("../private/output.txt")
|
||||
}
|
||||
|
Reference in New Issue
Block a user