Skip to content

Commit

Permalink
add tests for test packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kusaeva committed Sep 3, 2024
1 parent 195b579 commit d0773dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/gazelle/private/java/java_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ func TestIsTestPackage(t *testing.T) {
"src/test/java/com/example/myproject": true,
"src/main/com/example/perftest": false,
"test-utils/src/main/com/example/project": false,
"foo/bar/test": true,
"project1/testutils/src/main": false,
}

for pkg, want := range tests {
Expand Down

0 comments on commit d0773dd

Please sign in to comment.