Skip to content

Commit

Permalink
RUM-3569 Fix snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejburda committed Mar 28, 2024
1 parent 4aea59f commit ee887ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ internal class SnapshotTestCase: XCTestCase {
)
let resourceProcessor = ResourceProcessor(
queue: NoQueue(),
resourcesWriter: ResourcesWriter(core: PassthroughCoreMock())
resourcesWriter: ResourcesWriter(scope: FeatureScopeMock())
)
let recorder = try Recorder(
snapshotProcessor: snapshotProcessor,
Expand Down

0 comments on commit ee887ab

Please sign in to comment.