Skip to content

Commit b151d81

Browse files
committed
Remove invalid test
Signed-off-by: Luis Mastrangelo <[email protected]>
1 parent 70ac607 commit b151d81

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

packages/relay/tests/lib/debug.spec.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -437,19 +437,7 @@ describe('Debug API Test Suite', async function () {
437437
});
438438

439439
describe('opcodeLogger', async function () {
440-
withOverriddenEnvsInMochaTest({ OPCODE_LOGGER_ENABLED: undefined }, () => {
441-
it('should throw UNSUPPORTED_METHOD', async function () {
442-
await RelayAssertions.assertRejection(
443-
predefined.UNSUPPORTED_METHOD,
444-
debugService.traceTransaction,
445-
true,
446-
debugService,
447-
[transactionHash, callTracer, tracerConfigFalse, requestDetails],
448-
);
449-
});
450-
});
451-
452-
withOverriddenEnvsInMochaTest({ OPCODE_LOGGER_ENABLED: false }, () => {
440+
withOverriddenEnvsInMochaTest({ OPCODELOGGER_ENABLED: false }, () => {
453441
it('should throw UNSUPPORTED_METHOD', async function () {
454442
await RelayAssertions.assertRejection(
455443
predefined.UNSUPPORTED_METHOD,

0 commit comments

Comments
 (0)