Skip to content

Commit 66dc5e9

Browse files
Fixed misplaced comma in Integration with Swift Testing example code (#38)
* Fixed misplaced comma in Integration with Swift Testing example code * Update README.md --------- Co-authored-by: Adam Carter <[email protected]> Co-authored-by: Stephen Celis <[email protected]>
1 parent 788b3d9 commit 66dc5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ import MacroTesting
150150

151151
@Suite(
152152
.macros(
153+
["stringify": StringifyMacro.self],
153154
record: .missing // Record only missing snapshots
154-
macros: ["stringify": StringifyMacro.self],
155155
)
156156
)
157157
struct StringifyMacroSwiftTestingTests {

0 commit comments

Comments
 (0)