Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
TST: Adjust tested behavior after datalad/datalad#3299
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Apr 8, 2019
1 parent 7cbed75 commit e539158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datalad_revolution/tests/test_diff.py
Expand Up @@ -37,7 +37,7 @@
)

import datalad.utils as ut
from ..dataset import RevolutionDataset as Dataset
from datalad.distribution.dataset import Dataset
from datalad.api import (
rev_save as save,
rev_create as create,
Expand Down Expand Up @@ -78,6 +78,7 @@ def test_repo_diff(path, norepo):
{ut.Path(ds.repo.pathobj / 'new'): {
'state': 'added',
'type': 'file',
'bytesize': 5,
'gitshasum': '7b4d68d70fcae134d5348f5e118f5e9c9d3f05f6'}})
# modify known file
create_tree(ds.path, {'new': 'notempty'})
Expand Down

0 comments on commit e539158

Please sign in to comment.