Skip to content

Commit 2eaaea7

Browse files
Rename file
1 parent cd2c2ac commit 2eaaea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/providers/endpointTreeProvider.test.ts renamed to src/test/providers/pathOperationTreeProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ suite("PathOperationTreeProvider", () => {
173173
makeRoute("POST", "/users"),
174174
makeRoute("PUT", "/users"),
175175
]
176-
const p = new EndpointTreeProvider([app])
176+
const p = new PathOperationTreeProvider([app])
177177
const children = p.getChildren(p.getChildren()[0])
178178
const labels = children.map((c) =>
179179
c.type === "route" ? getRouteLabel(c.route) : "",

0 commit comments

Comments
 (0)