Skip to content

Commit

Permalink
Fix ConsoleApiTest
Browse files Browse the repository at this point in the history
Summary:
Changelog: [Internal]

bypass-github-export-checks

Reviewed By: huntie

Differential Revision: D54957923

fbshipit-source-id: 2178f2715e9c924ee58ac39b728279c914d4891d
  • Loading branch information
motiz88 authored and facebook-github-bot committed Mar 15, 2024
1 parent d43cdee commit 0277871
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "JsiIntegrationTest.h"

#include "engines/JsiIntegrationTestHermesWithCDPAgentEngineAdapter.h"
#include "engines/JsiIntegrationTestHermesEngineAdapter.h"
#include "prelude.js.h"

#include <utility>
Expand Down Expand Up @@ -44,9 +44,9 @@ struct Params {
/**
* A test fixture for the Console API.
*/
class ConsoleApiTest : public JsiIntegrationPortableTest<
JsiIntegrationTestHermesWithCDPAgentEngineAdapter>,
public WithParamInterface<Params> {
class ConsoleApiTest
: public JsiIntegrationPortableTest<JsiIntegrationTestHermesEngineAdapter>,
public WithParamInterface<Params> {
struct ExpectedConsoleApiCall {
std::string type;
std::string argsJson;
Expand Down

0 comments on commit 0277871

Please sign in to comment.