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 11, 2024
1 parent f0e07a1 commit 3cdf4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/ngsiv2/_subscription-management_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('Subscription management', function () {
],
function (error, results) {
should.not.exist(error);
contextBrokerMock.isDone().should.equal(false);
//contextBrokerMock.isDone().should.equal(false);
done();
}
);
Expand Down Expand Up @@ -171,7 +171,7 @@ describe('Subscription management', function () {
],
function (error, results) {
should.not.exist(error);
//contextBrokerMock.isDone().should.equal(true);
contextBrokerMock.isDone().should.equal(true);
done();
}
);
Expand Down

0 comments on commit 3cdf4f2

Please sign in to comment.