Skip to content

Commit

Permalink
fix: Compare subdirectory in vcs unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
apage224 authored and radoering committed Jan 7, 2023
1 parent b22837e commit 470ad7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/vcs/test_vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ def test_parse_url(url: str, parsed: ParsedUrl) -> None:
assert result.rev == parsed.rev
assert result.url == parsed.url
assert result.user == parsed.user
assert result.subdirectory == parsed.subdirectory


def test_parse_url_should_fail() -> None:
Expand Down

0 comments on commit 470ad7f

Please sign in to comment.