Skip to content

Commit

Permalink
Updated snapshot (#79-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 2, 2024
1 parent ca08910 commit c25b03f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/__snapshots__/uiUtils.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ exports[`createConnectionQuickPickOptions > should return quick pick options: ed
},
{
"data": {
"isConnected": true,
"serverUrl": "http://localhost:10000/",
},
"description": "python (current)",
Expand All @@ -42,6 +43,7 @@ exports[`createConnectionQuickPickOptions > should return quick pick options: ed
},
{
"data": {
"isConnected": true,
"serverUrl": "http://localhost:10002/",
},
"description": "python",
Expand Down Expand Up @@ -93,6 +95,7 @@ exports[`createConnectionQuickPickOptions > should return quick pick options: ed
},
{
"data": {
"isConnected": true,
"serverUrl": "http://localhost:10000/",
},
"description": "python",
Expand All @@ -105,6 +108,7 @@ exports[`createConnectionQuickPickOptions > should return quick pick options: ed
},
{
"data": {
"isConnected": true,
"serverUrl": "http://localhost:10002/",
},
"description": "python",
Expand Down

0 comments on commit c25b03f

Please sign in to comment.