Skip to content

Commit aea69bb

Browse files
committed
Fix getEnterpriseTopGroups call in SqlPrimaryKeyGeneTest to include missing parameter
1 parent 20de60c commit aea69bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/kotlin/org/evomaster/core/search/gene/sql/SqlPrimaryKeyGeneTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class SqlPrimaryKeyGeneTest {
118118
sampleTypeField = SampleType.RANDOM,
119119
children = children,
120120
childTypeVerifier = EnterpriseChildTypeVerifier(SqlAction::class.java),
121-
groups = getEnterpriseTopGroups(children, 0, children.size, 0, 0, 0, 0)
121+
groups = getEnterpriseTopGroups(children, 0, children.size, 0, 0, 0, 0, 0)
122122
)
123123

124124
@Test

0 commit comments

Comments
 (0)