Skip to content

Commit 0f8d0a1

Browse files
committed
Fix tests
1 parent 37b7480 commit 0f8d0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GrapeTests/GraphContentBuilderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ final class GraphContentBuilderTests: XCTestCase {
163163
]
164164

165165
let gc = buildGraph {
166-
ForEach(arr) { i in
166+
Series(arr) { i in
167167
NodeMark(id: i.id)
168168
// .opacity(0.2)
169169
}

0 commit comments

Comments
 (0)