Skip to content

Commit

Permalink
More jqwik.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Dec 16, 2024
1 parent d7a0191 commit f135746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public void testGetMedia() {

Instant now = Instant.now();
@Override
public Arbitrary<Object> datapoints() {
public Arbitrary<ScheduleEvent> datapoints() {
return Arbitraries.of(
ScheduleEvent.builder().build(),
ScheduleEvent.builder().start(now).build(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ public void formxml() {
}

@Override
public Arbitrary<Object> datapoints() {
public Arbitrary<MediaForm> datapoints() {
return Arbitraries.of(
MediaFormBuilder.emptyForm(),
rad1,
Expand Down

0 comments on commit f135746

Please sign in to comment.