Skip to content

Commit

Permalink
Fix the parser tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Mar 13, 2019
1 parent e74003d commit 9af296c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unittests/pytest/pytest.testparser.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ collected 2 items
name: 'test_with_subtests',
nameToRun: 'tests/test_spam.py::test_with_subtests',
asSuite: {
resource: Uri.file(__filename),
resource: Uri.file('/home/user/test/pytest_scenario'),
name: 'test_with_subtests',
nameToRun: 'tests/test_spam.py::test_with_subtests',
functions: [
Expand Down

0 comments on commit 9af296c

Please sign in to comment.