Skip to content

Commit

Permalink
fix sui test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Jul 17, 2024
1 parent f6a94fd commit 41495a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sui/api/process_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestTemplateLocaleGet(t *testing.T) {
}

assert.IsType(t, []core.SelectOption{}, res)
assert.Equal(t, 4, len(res.([]core.SelectOption)))
assert.Equal(t, 5, len(res.([]core.SelectOption)))
assert.Equal(t, "en-us", res.([]core.SelectOption)[0].Value)
assert.True(t, res.([]core.SelectOption)[0].Default)

Expand Down

0 comments on commit 41495a2

Please sign in to comment.