Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Jan 17, 2024
1 parent e577640 commit 28c38fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.2.2
* Unirest-Mocks: add some options for doing verify by adding a 'Times' param for things like never() and exactly(number)

## 4.2.1
* #503 Remove old retry setting that no longer works with the Java client
* #504 allow asserting just one expectation verification on mock asserts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
package BehaviorTests;

import kong.unirest.core.*;
import net.bytebuddy.implementation.bind.annotation.IgnoreForBinding;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

Expand Down

0 comments on commit 28c38fe

Please sign in to comment.