Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 441567c

Browse files
author
Nakul Sabharwal
committed
BaseAuthenticationTests edited tests
1 parent eee27d6 commit 441567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/microsoft/graph/auth/BaseAuthenticationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void getAuthorityTest() {
3636
public void getScopesAsStringTest() {
3737
BaseAuthentication baseAuthentication = new BaseAuthentication(SCOPES, CLIENT_ID, BaseAuthentication.GetAuthority(NATIONAL_CLOUD, TENANT), REDIRECT_URL, NATIONAL_CLOUD, TENANT, SECRET);
3838
String actual = baseAuthentication.getScopesAsString();
39-
String expected = "user.read openid profile offline_access";
39+
String expected = "user.read openid profile offline_access ";
4040
assertEquals(expected, actual);
4141
}
4242

0 commit comments

Comments
 (0)