[java-oidc-common] branch main updated: Fix another junit reference.
Scott Cantor
cantor.2 at osu.edu
Wed Mar 16 17:32:42 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=4dbebcc5f1cbfd83fc8b7b7872ea5e577527f787
The following commit(s) were added to refs/heads/main by this push:
new 4dbebcc Fix another junit reference.
4dbebcc is described below
commit 4dbebcc5f1cbfd83fc8b7b7872ea5e577527f787
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 16 13:32:39 2022 -0400
Fix another junit reference.
---
.../shibboleth/oidc/metadata/impl/DefaultFileLoadingStrategyTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/impl/DefaultFileLoadingStrategyTest.java b/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/impl/DefaultFileLoadingStrategyTest.java
index fcc549d..f606368 100644
--- a/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/impl/DefaultFileLoadingStrategyTest.java
+++ b/oidc-common-metadata-impl/src/test/java/net/shibboleth/oidc/metadata/impl/DefaultFileLoadingStrategyTest.java
@@ -17,9 +17,8 @@
package net.shibboleth.oidc.metadata.impl;
-import static org.junit.Assert.assertNull;
import static org.mockito.Mockito.when;
-import static org.testng.Assert.assertEquals;
+import static org.testng.Assert.*;
import java.io.File;
import java.io.FileInputStream;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list