Skip to content

Commit

Permalink
Move test file to avoid "VfsRootAccess$VfsRootAccessNotAllowedError: …
Browse files Browse the repository at this point in the history
…File accessed outside allowed roots"
  • Loading branch information
PHPirates committed Dec 14, 2024
1 parent a4a9691 commit 09bf015
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/inspections/latex/filenotfound/myOtherPicture.PNG}""")
myFixture.configureByText(LatexFileType, """\includegraphics{$absoluteWorkingPath/test/resources/completion/path/myOtherPicture.PNG}""")
myFixture.checkHighlighting()
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09bf015

Please sign in to comment.