Skip to content

Commit

Permalink
#3 try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhauck committed May 5, 2024
1 parent 066f40d commit c6b4dc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GitCommandProcessWrapperTest {

val actual = gitCommandApi.getLocalBranchNames()
assertThat(actual.isOk()).isTrue()
assertThat(actual.get()).containsExactly("main", "feature-1", "feature-2")
assertThat(actual.get()).contains("feature-1", "feature-2")
}
}

Expand Down

0 comments on commit c6b4dc8

Please sign in to comment.