Skip to content

Commit

Permalink
test: remove invalid assert in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 13, 2023
1 parent 196343b commit 007dddf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ describe('Platform', () => {
);

expect(response.getVersionSignals()).to.be.an('array');
expect(response.getVersionSignals()).to.have.lengthOf(1);
});
});
});
Expand Down

0 comments on commit 007dddf

Please sign in to comment.