aboutsummaryrefslogtreecommitdiff
path: root/Tests/WmapParserTests/DependenciesParserTests.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-14 16:52:57 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-14 17:05:21 +0100
commitd56e777025f3bda29feaec22c125b0e7ab975e0c (patch)
tree19295b051c9e32c17e32a4954fc0cdca3d4e0be5 /Tests/WmapParserTests/DependenciesParserTests.swift
parent0b90075f76b6f2df77c01c303322323b1395641a (diff)
Format, make map equatable
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)
)
}