Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingessner committed Mar 19, 2020
1 parent 4a03f72 commit e872b91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ maven_install(
],
)

load("@testonly_testing//:defs.bzl", "pinned_maven_install")

pinned_maven_install()

load("@regression_testing//:defs.bzl", "pinned_maven_install")

pinned_maven_install()
Expand Down
1 change: 1 addition & 0 deletions tests/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ genquery(
"@testonly_testing//:com_google_code_findbugs_jsr305",
"@testonly_testing//:com_google_auto_value_auto_value_annotations_1_6_3",
"@testonly_testing//:com_google_auto_value_auto_value_annotations",
"@testonly_testing//:pin",
],
testonly = True,
)
Expand Down

0 comments on commit e872b91

Please sign in to comment.