Skip to content

Commit

Permalink
Correct broken test case
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 16, 2024
1 parent e8503b6 commit 43d7e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/preferences_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func TestPreferences_Save(t *testing.T) {
val["keyFloatList"] = []float64{1.1, 2.2, 3.3}
val["keyBool"] = true
val["keyBoolList"] = []bool{true, false, true}
val["keyEmptyList"] = []string{}
})

path := p.storagePath()
Expand Down

0 comments on commit 43d7e39

Please sign in to comment.