Skip to content

Commit ae3e30b

Browse files
authored
Update src/test/java/com/microsoft/graph/http/GraphErrorResponseTests.java
1 parent 13218d6 commit ae3e30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/microsoft/graph/http/GraphErrorResponseTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void testGraphErrorResponseCopy() {
6262
}
6363

6464
@Test
65-
public void testGraphErrorResponseCopy2() {
65+
void testGraphErrorResponseCopy2() {
6666
GraphErrorResponse errorResponse = new GraphErrorResponse();;
6767

6868
//Copy the errorResponse and its subsequent innerErrors

0 commit comments

Comments
 (0)