Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7895b8

Browse filesBrowse files
author
Akos Kitta
committed
fix(test): corrected spec
1 parent db6a68e commit e7895b8
Copy full SHA for e7895b8

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎arduino-ide-extension/src/test/common/board-list.test.ts

Copy file name to clipboardExpand all lines: arduino-ide-extension/src/test/common/board-list.test.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('board-list', () => {
4848
expect(labels).to.be.deep.equal(expected);
4949
});
5050

51-
it('should handle port selected (port discovered)', () => {
51+
it('should handle port selected (port detected)', () => {
5252
const { labels } = createBoardList(
5353
{
5454
...detectedPort(unoSerialPort, uno),
@@ -64,7 +64,7 @@ describe('board-list', () => {
6464
expect(labels).to.be.deep.equal(expected);
6565
});
6666

67-
it('should handle port selected (port not discovered)', () => {
67+
it('should handle port selected (port not detected)', () => {
6868
const { labels } = createBoardList(
6969
{
7070
...detectedPort(mkr1000SerialPort, mkr1000),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.