Skip to content

Commit 764e2c5

Browse files
Avery-Dunngladjohn
andauthored
Update msal4j-sdk/src/integrationtest/java/com.microsoft.aad.msal4j/AcquireTokenInteractiveIT.java
Co-authored-by: Gladwin Johnson <[email protected]>
1 parent 03485a6 commit 764e2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/integrationtest/java/com.microsoft.aad.msal4j/AcquireTokenInteractiveIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
2929
class AcquireTokenInteractiveIT extends SeleniumTest {
30-
private static final Logger LOG = LoggerFactory.getLogger(AuthorizationCodeIT.class);
30+
private static final Logger LOG = LoggerFactory.getLogger(AcquireTokenInteractiveIT.class);
3131

3232
private Config cfg;
3333

0 commit comments

Comments
 (0)