Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis authored and monkbroc committed Sep 28, 2023
1 parent b2df3b7 commit 7e905a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dfu.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ describe('dfu', () => {
});

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

0 comments on commit 7e905a9

Please sign in to comment.