1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-23 13:52:26 +08:00

fix: fix unit test for WriteMapsToCsv

This commit is contained in:
dudaodong
2024-01-01 17:51:32 +08:00
parent b2c3fa0ab8
commit 27b5702fd3
4 changed files with 6 additions and 1 deletions

View File

@@ -391,7 +391,7 @@ func TestWriteCsvFile(t *testing.T) {
func TestWriteMapsToCsv(t *testing.T) {
assert := internal.NewAssert(t, "TestWriteMapsToCSV")
csvFilePath := "./testdata/test3.csv"
csvFilePath := "./testdata/test4.csv"
records := []map[string]string{
{"Name": "Lili", "Age": "22", "gender": "female"},
{"Name": "Jim", "Age": "21", "gender": "male"},