Skip to content

Commit

Permalink
fix: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammeds1992 committed Nov 14, 2023
1 parent cdf4370 commit 1823780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/restapi/tests/lib/pushstream/initialize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import CONSTANTS from '../../../src/lib/constantsV2';
import * as util from 'util';

describe('PushStream.initialize functionality', () => {
it.only('Should initialize new stream and listen to events', async () => {
it('Should initialize new stream and listen to events', async () => {
const MESSAGE = 'Hey There!!!';

const provider = ethers.getDefaultProvider();
Expand Down

0 comments on commit 1823780

Please sign in to comment.