Skip to content

Commit 0931e5d

Browse files
committed
TMP: fix tests
1 parent e526239 commit 0931e5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/com/code_intelligence/jazzer/mutation/mutator/aggregate/RecordMutatorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ void testSimpleTypesRecord() {
7373
42L,
7474
// Mutate second component, in range operation, return 23
7575
1,
76+
// weighted mutation choice: second function
7677
2,
78+
0.1, // < 0.4: we stay in the second function: direct value in range
7779
23L)) {
7880
SimpleTypesRecord inited = mutator.init(prng);
7981
assertThat(inited).isNotNull();

0 commit comments

Comments
 (0)