We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13218d6 commit ae3e30bCopy full SHA for ae3e30b
src/test/java/com/microsoft/graph/http/GraphErrorResponseTests.java
@@ -62,7 +62,7 @@ public void testGraphErrorResponseCopy() {
62
}
63
64
@Test
65
- public void testGraphErrorResponseCopy2() {
+ void testGraphErrorResponseCopy2() {
66
GraphErrorResponse errorResponse = new GraphErrorResponse();;
67
68
//Copy the errorResponse and its subsequent innerErrors
0 commit comments