You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reviewing #2585, we noticed that we are using fakeCollectorApi instead of the Collector class in test/lib/test-collector.js. We should look at the tests in test/unit and change them accordingly.
Files to change:
test/unit/transaction-event-aggregator.test.js
The text was updated successfully, but these errors were encountered:
amychisholm03
changed the title
Convert instances of fakeCollectorApi to use Collector in test/lib/test-collector.js
Convert instances of fakeCollectorApi to use Collector instead
Sep 19, 2024
When reviewing #2585, we noticed that we are using
fakeCollectorApi
instead of theCollector
class intest/lib/test-collector.js
. We should look at the tests intest/unit
and change them accordingly.Files to change:
test/unit/transaction-event-aggregator.test.js
The text was updated successfully, but these errors were encountered: