Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
fix typo in test
  • Loading branch information
mariopesch authored Feb 13, 2024
1 parent 09c2b94 commit 4349bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('Compiler', () => {
it('should download sketch for senseBox MCU-S2 ESP32S2', (done) => {
chai.request(server)
.get('/download')
.query({ board: 'sensebox_esp32s2', id: downloadId_esp32s2 })
.query({ board: 'sensebox-esp32s2', id: downloadId_esp32s2 })
.end((err, res) => {
res.should.have.status(200);
res.header.should.be.a('object');
Expand Down Expand Up @@ -250,4 +250,4 @@ describe('Compiler', () => {
})
});
});
});
});

0 comments on commit 4349bec

Please sign in to comment.