Skip to content

Commit 268fd9f

Browse files
p-aeisenberg
andauthored
Apply suggestions (update changelog link) and change import
Co-authored-by: Andrew Eisenberg <[email protected]>
1 parent dc6d5c1 commit 268fd9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/ql-vscode/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [UNRELEASED]
44

5-
- Update results view to display the length of the shortest path for path queries.
5+
- Update results view to display the length of the shortest path for path queries. [#3687](https://github.com/github/vscode-codeql/pull/3687)
66

77
## 1.14.0 - 7 August 2024
88

extensions/ql-vscode/src/view/results/__tests__/AlertTableResultRow.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { render as reactRender, screen } from "@testing-library/react";
22
import { AlertTableResultRow } from "../AlertTableResultRow";
3-
import type { Props } from "../AlertTablePathRow";
3+
import type { Props } from "../AlertTableResultRow";
44
import { createMockResults } from "../../../../test/factories/results/mockresults";
55

66
describe(AlertTableResultRow.name, () => {

0 commit comments

Comments
 (0)