Skip to content

Commit

Permalink
Merge pull request #40 from tahiat/wrong-target
Browse files Browse the repository at this point in the history
Remove parameter name from signature
  • Loading branch information
tahiat authored Apr 11, 2024
2 parents e1eb4c5 + 1bab76c commit f823bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"root_dir": "assertj-core/src/main/java/",
"targets": [
{
"method": "simpleFieldValues(String, Class<T> clazz, Iterable<?>)",
"method": "simpleFieldValues(String, Class<T>, Iterable<?>)",
"file": "FieldSupport.java",
"package": "org.assertj.core.util.introspection",
"inner_class": ""
Expand Down

0 comments on commit f823bb9

Please sign in to comment.