Skip to content

Commit

Permalink
add more test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Mar 8, 2024
1 parent 09b7662 commit d03de81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MySqlLookupServiceSpec extends Specification{
def "test setValues with getValue/getValues iterative"() {
setup:
def values = valuesList as Set<String>
def lookup = mySqlLookupService.setValues("mock", values)
def lookup = mySqlLookupService.setValues("mock", values as Set<String>)

expect:
lookup.values.size() == expectedSize
Expand Down

0 comments on commit d03de81

Please sign in to comment.