We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Locked.wrappedValue
1 parent 33622d7 commit 41ff962Copy full SHA for 41ff962
Tests/TestingTests/EventRecorderTests.swift
@@ -147,7 +147,7 @@ struct EventRecorderTests {
147
148
await runTest(for: PredictablyFailingTests.self, configuration: configuration)
149
150
- let buffer = stream.buffer.wrappedValue
+ let buffer = stream.buffer.rawValue
151
if testsWithSignificantIOAreEnabled {
152
print(buffer, terminator: "")
153
}
0 commit comments