mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Adapt unit test to new mockito api
This commit is contained in:
@@ -224,7 +224,7 @@ public class GitConfigResourceTest {
|
||||
assertThat(configurationStoreCaptor.getValue())
|
||||
.isInstanceOfSatisfying(GitRepositoryConfig.class, x -> { })
|
||||
.extracting("defaultBranch")
|
||||
.containsExactly("new");
|
||||
.isEqualTo("new");
|
||||
}
|
||||
|
||||
private MockHttpResponse get() throws URISyntaxException {
|
||||
|
||||
Reference in New Issue
Block a user