Skip to content

Commit

Permalink
Fix checkStyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Jan 16, 2025
1 parent 2c8c3a0 commit 4274946
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ public void testRuntimeAPIs(String packageName) {
@DataProvider
public Object[] packageNameProvider() {
return new String[]{
// "values",
// "errors",
// "types",
// "invalid_values",
// "async",
// "utils",
// "identifier_utils",
// "environment",
// "stream",
"values",
"errors",
"types",
"invalid_values",
"async",
"utils",
"identifier_utils",
"environment",
"stream",
"json"
};
}
Expand Down

0 comments on commit 4274946

Please sign in to comment.