Skip to content

Commit af4d75a

Browse files
committed
Merge pull request rholder#8 from joschi/master
Fix JUnit imports in AttemptTimeLimiterTest
2 parents 9182041 + 2f2a574 commit af4d75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/github/rholder/retry/AttemptTimeLimiterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.github.rholder.retry;
1818

1919
import com.google.common.util.concurrent.UncheckedTimeoutException;
20-
import junit.framework.Assert;
20+
import org.junit.Assert;
2121
import org.junit.Test;
2222

2323
import java.util.concurrent.Callable;

0 commit comments

Comments
 (0)