Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Sep 28, 2023
1 parent d21bb57 commit 3cd4511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfu.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('dfu', () => {

describe('doUpload', () => {
it ('handles startAddr NaN', async () => {
const startAddr = NaN;
const startAddr = 'abc';
const maxSize = 100;
const progress = null;
const logger = {
Expand Down

0 comments on commit 3cd4511

Please sign in to comment.