Skip to content

Commit

Permalink
OO-5549: replace the wildfly assert by a junit one
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsr committed Jul 2, 2021
1 parent bc32119 commit 2cf73c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/olat/modules/wiki/WikiManagerTest.java
Expand Up @@ -24,6 +24,7 @@
import java.net.URL;

import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.olat.core.logging.OLATRuntimeException;
Expand All @@ -32,7 +33,6 @@
import org.olat.core.util.WebappHelper;
import org.olat.test.OlatTestCase;
import org.springframework.beans.factory.annotation.Autowired;
import org.wildfly.common.Assert;

/**
*
Expand Down

0 comments on commit 2cf73c9

Please sign in to comment.