broken
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Marvin Preuss 2023-04-13 11:37:15 +00:00
parent 8eea6b08ab
commit 030c39580d

View File

@ -83,11 +83,11 @@ func TestCreate(t *testing.T) {
// NOTE: Uncomment this to view excel file. // NOTE: Uncomment this to view excel file.
// //
eFile, err := os.ReadFile(outfile) // eFile, err := os.ReadFile(outfile)
is.NoErr(err) // is.NoErr(err)
//
err = os.WriteFile(path.Join("/home/marv/wip/amseltools", "foo.xlsx"), eFile, 0o644) // err = os.WriteFile(path.Join("/home/marv/wip/amseltools", "foo.xlsx"), eFile, 0o644)
is.NoErr(err) // is.NoErr(err)
// Read the excel. // Read the excel.
f, err := excelize.OpenFile(outfile) f, err := excelize.OpenFile(outfile)