We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eabb85 commit 9b5ce8cCopy full SHA for 9b5ce8c
2 files changed
google-cloud-storage/pom.xml
@@ -52,14 +52,11 @@
52
<version>4.12</version>
53
<scope>test</scope>
54
</dependency>
55
- <!--
56
- This dependency is not test-only becase we create an EasyMock argument
57
- matcher in the main testing helper package.
58
- -->
59
<dependency>
60
<groupId>org.easymock</groupId>
61
<artifactId>easymock</artifactId>
62
<version>3.4</version>
+ <scope>test</scope>
63
64
</dependencies>
65
</project>
…ud/storage/testing/ApiPolicyMatcher.java …ud/storage/testing/ApiPolicyMatcher.javagoogle-cloud-storage/src/main/java/com/google/cloud/storage/testing/ApiPolicyMatcher.java renamed to google-cloud-storage/src/test/java/com/google/cloud/storage/testing/ApiPolicyMatcher.java
@@ -60,8 +60,7 @@ public boolean matches(Object object) {
return false;
}
-
+
if (expectedBindings.size() != actualBindings.size()) {
66
67
0 commit comments