Skip to content

Commit

Permalink
tests: adjust doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr. Outis committed Jan 27, 2020
1 parent 7f6324e commit f41ceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/func/test_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_directories(tmp_dir, scm, dvc):
scm.commit("delete a file")

# The ":/<text>" format is a way to specify revisions by commit message:
# https://git-scm.com/docs/git-rev-parse
# https://git-scm.com/docs/revisions
#
assert dvc.diff(":/init", ":/directory") == {
"added": [
Expand Down

0 comments on commit f41ceb5

Please sign in to comment.