Skip to content

Commit

Permalink
Update _subscription-management_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Sep 13, 2024
1 parent 3cdf4f2 commit bd9b17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/ngsiv2/_subscription-management_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ describe('Subscription management', function () {
],
function (error, results) {
should.not.exist(error);
// FIXME: following check is not working:
//contextBrokerMock.isDone().should.equal(false);
done();
}
Expand Down

0 comments on commit bd9b17f

Please sign in to comment.