Skip to content

Commit

Permalink
Move file to avoid other test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Dec 14, 2024
1 parent 09bf015 commit 25b9402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class LatexFileNotFoundInspectionTest : TexifyInspectionTestBase(LatexFileNotFou
}

fun testValidAbsolutePathCaps() {
myFixture.configureByText(LatexFileType, """\includegraphics{$absoluteWorkingPath/test/resources/completion/path/myOtherPicture.PNG}""")
myFixture.configureByText(LatexFileType, """\includegraphics{$absoluteWorkingPath/test/resources/completion/path/filenotfound/myOtherPicture.PNG}""")
myFixture.checkHighlighting()
}

Expand Down

0 comments on commit 25b9402

Please sign in to comment.