Skip to content

Commit ba684e7

Browse files
committed
WIP
1 parent 0842fc0 commit ba684e7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Tests/Tests/TestUtils.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func introspection<Entity: AnyObject & Sendable>(
5656
{
5757
confirmation1()
5858
entity1 = $0
59-
},
59+
}
6060
)
6161

6262
TestUtils.present(view: view)
@@ -90,7 +90,7 @@ func introspection<Entity: AnyObject & Sendable>(
9090
{
9191
confirmation2()
9292
entity2 = $0
93-
},
93+
}
9494
)
9595

9696
TestUtils.present(view: view)
@@ -104,7 +104,7 @@ func introspection<Entity: AnyObject & Sendable>(
104104

105105
return try (
106106
#require(entity1),
107-
#require(entity2),
107+
#require(entity2)
108108
)
109109
}
110110
}
@@ -138,7 +138,7 @@ func introspection<Entity: AnyObject & Sendable>(
138138
{
139139
confirmation3()
140140
entity3 = $0
141-
},
141+
}
142142
)
143143

144144
TestUtils.present(view: view)
@@ -154,7 +154,7 @@ func introspection<Entity: AnyObject & Sendable>(
154154
return try (
155155
#require(entity1),
156156
#require(entity2),
157-
#require(entity3),
157+
#require(entity3)
158158
)
159159
}
160160
}
@@ -196,7 +196,7 @@ func introspection<Entity: AnyObject & Sendable>(
196196
{
197197
confirmation4()
198198
entity4 = $0
199-
},
199+
}
200200
)
201201

202202
TestUtils.present(view: view)
@@ -214,7 +214,7 @@ func introspection<Entity: AnyObject & Sendable>(
214214
#require(entity1),
215215
#require(entity2),
216216
#require(entity3),
217-
#require(entity4),
217+
#require(entity4)
218218
)
219219
}
220220
}

0 commit comments

Comments
 (0)