Skip to content

Commit

Permalink
code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VarusHsu committed Nov 28, 2024
1 parent de78379 commit 135d10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func TestWriteExcel(t *testing.T) {
}
models = make([]SheetModel, 0)
models = append(models, sheet6)
assert.NoErrorf(t, err, "")
require.NoErrorf(t, err, "")

err = WriteExcelSaveAs("test5.xlsx", models)
require.EqualError(t, err, "unsupported type map")
Expand Down

0 comments on commit 135d10d

Please sign in to comment.