Skip to content

Commit

Permalink
Disable test recording
Browse files Browse the repository at this point in the history
  • Loading branch information
Obbut committed Jan 25, 2024
1 parent 3f5b29e commit 184200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SyncTests/SyncTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let testMacros: [String: Macro.Type] = [

final class SyncTests: XCTestCase {
override func invokeTest() {
withMacroTesting(isRecording: true, macros: testMacros) {
withMacroTesting(isRecording: false, macros: testMacros) {
super.invokeTest()
}
}
Expand Down

0 comments on commit 184200e

Please sign in to comment.