Skip to content

Commit

Permalink
Update test/unit/ngsiv2/_subscription-management_test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Fermín Galán Márquez <fgalan@users.noreply.github.com>
  • Loading branch information
AlvaroVega and fgalan authored Sep 18, 2024
1 parent 50ab71c commit 222f0f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/unit/ngsiv2/_subscription-management_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ describe('Subscription management', function () {
iotAgentLib.clearAll(done);
});

// FIXME: following test is not working as expected
// FIXME: following test is not working as expected. The second mock expectations (the one with
// alternativeUpdate.json, which includes the NGSIv2 update for 53 and 1 measures) is not correct,
// as the IOTA is stopedd with iotaJson.stop before doing sendMeasures('53', '1'). Surprisingly, removing
// that expectation doesn't work either...
// describe('When the iotagent stops', function () {
// beforeEach(function () {
// contextBrokerMock
Expand Down

0 comments on commit 222f0f9

Please sign in to comment.