Skip to content

Commit

Permalink
Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Dec 6, 2024
1 parent 15199b1 commit 85cedef
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/util/__snapshots__/treeViewUtils.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect
"id": "circle-slash",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand All @@ -442,7 +442,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect
"id": "circle-large-outline",
},
"label": "localhost:10000",
"tooltip": "Click to connect to http://localhost:10000/",
"tooltip": "Click to connect to localhost:10000",
}
`;

Expand All @@ -456,7 +456,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect
"id": "sync~spin",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand Down Expand Up @@ -484,7 +484,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect
"id": "circle-large-outline",
},
"label": "localhost:10000",
"tooltip": "Click to connect to http://localhost:10000/",
"tooltip": "Click to connect to localhost:10000",
}
`;

Expand All @@ -498,7 +498,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect
"id": "circle-slash",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand All @@ -512,7 +512,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect
"id": "circle-large-filled",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand All @@ -526,7 +526,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect
"id": "sync~spin",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand All @@ -540,7 +540,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHC, isConnect
"id": "circle-large-filled",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand All @@ -554,7 +554,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect
"id": "circle-slash",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand All @@ -581,7 +581,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect
"id": "circle-large-outline",
},
"label": "localhost:10000",
"tooltip": "Click to connect to http://localhost:10000/",
"tooltip": "Click to connect to localhost:10000",
}
`;

Expand All @@ -595,7 +595,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect
"id": "sync~spin",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand Down Expand Up @@ -623,7 +623,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect
"id": "circle-large-outline",
},
"label": "localhost:10000",
"tooltip": "Click to connect to http://localhost:10000/",
"tooltip": "Click to connect to localhost:10000",
}
`;

Expand All @@ -637,7 +637,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect
"id": "circle-slash",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand All @@ -664,7 +664,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect
"id": "circle-large-filled",
},
"label": "localhost:10000",
"tooltip": "Click to connect to http://localhost:10000/",
"tooltip": "Click to connect to localhost:10000",
}
`;

Expand All @@ -678,7 +678,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect
"id": "sync~spin",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand All @@ -692,7 +692,7 @@ exports[`getServerTreeItem > should return server tree item: type=DHE, isConnect
"id": "circle-large-filled",
},
"label": "localhost:10000",
"tooltip": "http://localhost:10000/",
"tooltip": "localhost:10000",
}
`;

Expand Down

0 comments on commit 85cedef

Please sign in to comment.