Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class EventQueueProcessorTest : public testing::Test {
eventPriorities_.push_back(priority);
};

auto dummyEventPipeConclusion = [](jsi::Runtime& runtime) {};
auto dummyStatePipe = [](const StateUpdate& stateUpdate) {};
auto dummyEventPipeConclusion = [](jsi::Runtime&) {};
auto dummyStatePipe = [](const StateUpdate&) {};
auto mockEventLogger = std::make_shared<MockEventLogger>();

eventProcessor_ = std::make_unique<EventQueueProcessor>(
Expand Down
Loading