Skip to content

Commit fe159bc

Browse files
committed
feat: test revert (#4630)
Signed-off-by: Mariusz Jasuwienas <[email protected]>
1 parent ca8f9f8 commit fe159bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/tests/integration/server.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { Utils } from '../helpers/utils';
3939

4040
const MISSING_PARAM_ERROR = 'Missing value for required parameter';
4141

42-
describe.only('RPC Server', function () {
42+
describe('RPC Server', function () {
4343
let testServer: Server;
4444
let testClient: AxiosInstance;
4545
let populatePreconfiguredSpendingPlansSpy: sinon.SinonSpy;

0 commit comments

Comments
 (0)