Skip to content

Commit

Permalink
Merge pull request #694 from trheyi/main
Browse files Browse the repository at this point in the history
fix sui test cases
  • Loading branch information
trheyi authored Jul 17, 2024
2 parents 1c7121a + 41495a2 commit f1d1a3e
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 f1d1a3e

Please sign in to comment.