Skip to content

Commit 5813c1c

Browse files
committed
test: cover subscribing to single feed id
1 parent a88778d commit 5813c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ describe('ChainlinkDataStreamsConsumer', function () {
365365
done();
366366
});
367367

368-
SDK.subscribeTo([feedIds[0]]);
368+
SDK.subscribeTo(feedIds[0]);
369369
});
370370

371371
it('should throw an error when calling Report.fromSocketMessage with invalid data', function () {

0 commit comments

Comments
 (0)