Skip to content

Commit

Permalink
Fix for issue #841
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Jan 5, 2025
1 parent f687f5b commit 70a4210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ public List<String> getValue() {
throw new IllegalArgumentException("@CsvSource normal annotation should have a value or textBlock parameter");
}
}
return null;
return result;
}
}

0 comments on commit 70a4210

Please sign in to comment.