Skip to content

Commit 97f1801

Browse files
author
Akos Kitta
committed
fix: naming
1 parent 1731972 commit 97f1801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-ide-extension/src/test/browser/board-service-provider.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ describe('board-service-provider', () => {
6464

6565
it('should detect a port change and find selection index', () => {
6666
let boardList = boardsServiceProvider.boardList;
67-
const hasUpdated = boardsServiceProvider.updateConfig({
67+
const didUpdate = boardsServiceProvider.updateConfig({
6868
selectedBoard: uno,
6969
selectedPort: unoSerialPort,
7070
});
71-
expect(hasUpdated).to.be.true;
71+
expect(didUpdate).to.be.true;
7272
expect(boardList.selectedIndex).to.be.equal(-1);
7373
let selectedItem = boardList.items[boardList.selectedIndex];
7474
expect(selectedItem).to.be.undefined;

0 commit comments

Comments
 (0)