Skip to content

Commit ac37d36

Browse files
committed
fix: do not skip tests (#4630)
Signed-off-by: Mariusz Jasuwienas <[email protected]>
1 parent ed8e245 commit ac37d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/tests/acceptance/responseCodes.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { expect } from 'chai';
77
import { RELAY_URL } from './data/conformity/utils/constants';
88
import { JsonRpcResponse } from './data/conformity/utils/interfaces';
99

10-
describe.only('@json-rpc HTTP/JSON-RPC semantics acceptance tests', function () {
10+
describe('@json-rpc HTTP/JSON-RPC semantics acceptance tests', function () {
1111
this.timeout(60000);
1212

1313
const baseURL = RELAY_URL;

0 commit comments

Comments
 (0)