Skip to content

Commit

Permalink
update test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Jun 13, 2024
1 parent 9e53fb6 commit f35b0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/python_tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
(
constants.TEST_DATA / "sample1" / "sample.py",
{
"uri": "file:///Users/caeleanbarnes/Projects/Work/dev/tach-vscode/src/test/python_tests/test_data/sample1/sample.py",
"uri": utils.as_uri(str(constants.TEST_DATA / "sample1" / "sample.py")),
"diagnostics": [
{
"range": {
Expand All @@ -40,7 +40,7 @@
(
constants.TEST_DATA / "sample2" / "sample2.py",
{
"uri": "file:///Users/caeleanbarnes/Projects/Work/dev/tach-vscode/src/test/python_tests/test_data/sample2/sample2.py",
"uri": utils.as_uri(str(constants.TEST_DATA / "sample1" / "sample2.py")),
"diagnostics": [
{
"range": {
Expand Down

0 comments on commit f35b0ea

Please sign in to comment.