Skip to content

Commit

Permalink
Changed Matchers to ArgumentMatchers
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Sep 25, 2023
1 parent 6d8d4c1 commit 9670cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration

import static org.mockito.ArgumentMatchers.argThat
import static org.mockito.BDDMockito.then
import static org.mockito.Matchers.argThat
import static org.mockito.Mockito.mock
/**
* @author Marcin Grzejszczak
Expand Down

0 comments on commit 9670cb9

Please sign in to comment.