Skip to content

Commit 8608c46

Browse files
authored
remove comment
1 parent 7feaa03 commit 8608c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules-preprocessor/gjs-gts-parser-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ describe('multiple tokens in same file', () => {
828828
const resultErrors = results.flatMap((result) => result.messages);
829829
expect(resultErrors).toHaveLength(3);
830830

831-
expect(resultErrors[0].message).toBe("Use 'String#startsWith' method instead."); // Actual result is "Unsafe member access [0] on an `any` value."
831+
expect(resultErrors[0].message).toBe("Use 'String#startsWith' method instead.");
832832
expect(resultErrors[0].line).toBe(6);
833833

834834
expect(resultErrors[1].line).toBe(7);

0 commit comments

Comments
 (0)