[java-idp-plugin-duo] branch main updated: Convert junit assert to testng

Phil Smart philip.smart at jisc.ac.uk
Thu Jun 17 12:50:04 UTC 2021


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=ba9dbc3551ce31e05e35b27b02a1940fe294e54c

The following commit(s) were added to refs/heads/main by this push:
       new  ba9dbc3   Convert junit assert to testng
ba9dbc3 is described below

commit ba9dbc3551ce31e05e35b27b02a1940fe294e54c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jun 17 13:50:01 2021 +0100

    Convert junit assert to testng
---
 .../java/net/shibboleth/idp/plugin/authn/duo/impl/DuoSupportTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoSupportTest.java b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoSupportTest.java
index a00081f..88ba5ad 100644
--- a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoSupportTest.java
+++ b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoSupportTest.java
@@ -17,7 +17,7 @@
 
 package net.shibboleth.idp.plugin.authn.duo.impl;
 
-import static org.junit.Assert.assertEquals;
+import static org.testng.Assert.assertEquals;
 
 import org.testng.annotations.Test;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list