Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marinofelipe committed Jan 16, 2024
1 parent d0a43e5 commit 9321235
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,23 +114,23 @@ final class DependenciesProviderTests: XCTestCase {
providedInfo.messages,
[
.init(
text: "dependency-1; dependency-1",
text: "dependency-1",
hasLineBreakAfter: false
),
.init(
text: " | ",
hasLineBreakAfter: false
),
.init(
text: "dependency-2; dependency-2",
text: "dependency-2",
hasLineBreakAfter: false
),
.init(
text: " | ",
hasLineBreakAfter: false
),
.init(
text: "dependency-3; dependency-3",
text: "dependency-3",
hasLineBreakAfter: false
),
]
Expand Down

0 comments on commit 9321235

Please sign in to comment.