Skip to content

Commit

Permalink
Updated snapshot (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 9, 2024
1 parent 3b5888f commit 37d2d58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/util/__snapshots__/uiUtils.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ exports[`createConnectionQuickPickOptions > should return quick pick options: ed
},
{
"data": {
"connectionCount": 0,
"isConnected": false,
"isRunning": false,
"type": "DHC",
"url": "http://localhost:10001/",
},
Expand All @@ -73,6 +76,9 @@ exports[`createConnectionQuickPickOptions > should return quick pick options: ed
},
{
"data": {
"connectionCount": 0,
"isConnected": false,
"isRunning": false,
"type": "DHC",
"url": "http://localhost:10003/",
},
Expand Down Expand Up @@ -125,6 +131,9 @@ exports[`createConnectionQuickPickOptions > should return quick pick options: ed
},
{
"data": {
"connectionCount": 0,
"isConnected": false,
"isRunning": false,
"type": "DHC",
"url": "http://localhost:10001/",
},
Expand All @@ -138,6 +147,9 @@ exports[`createConnectionQuickPickOptions > should return quick pick options: ed
},
{
"data": {
"connectionCount": 0,
"isConnected": false,
"isRunning": false,
"type": "DHC",
"url": "http://localhost:10003/",
},
Expand Down

0 comments on commit 37d2d58

Please sign in to comment.