Skip to content

Commit

Permalink
fix(tests): Debug store-types list test
Browse files Browse the repository at this point in the history
Signed-off-by: sbailey <[email protected]>
  • Loading branch information
spbsoluble committed Feb 8, 2024
1 parent 9ea502a commit 482a0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/storeTypes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func Test_StoreTypesListCmd(t *testing.T) {
// verify that the store type is an integer
_, ok := storeType["StoreType"].(float64)
if !ok {
t.Log("StoreType is not a float64" + storeType["StoreType"].(string))
t.Log("StoreType is not a float64")
merr, ook := storeType["StoreType"].(int)
t.Log(merr)
t.Log(ook)
Expand Down

0 comments on commit 482a0fc

Please sign in to comment.