aboutsummaryrefslogtreecommitdiff
path: root/Tests/WmapParserTests/DependenciesParserTests.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/WmapParserTests/DependenciesParserTests.swift')
-rw-r--r--Tests/WmapParserTests/DependenciesParserTests.swift3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/WmapParserTests/DependenciesParserTests.swift b/Tests/WmapParserTests/DependenciesParserTests.swift
index 356d5d3..4911ce0 100644
--- a/Tests/WmapParserTests/DependenciesParserTests.swift
+++ b/Tests/WmapParserTests/DependenciesParserTests.swift
@@ -29,7 +29,8 @@ import Testing
#expect(result.dependencies.count == 1)
#expect(
result.dependencies.first
- == WmapParser.Dependency(fromComponent: "SaRcAsM", toComponent: "Seriousness.", isDirected: true)
+ == WmapParser.Dependency(
+ fromComponent: "SaRcAsM", toComponent: "Seriousness.", isDirected: true)
)
}