diff options
Diffstat (limited to 'test/test_flow.py')
-rw-r--r-- | test/test_flow.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_flow.py b/test/test_flow.py index 3ff106d8..470547a5 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -28,7 +28,9 @@ class uFlow(libpry.AutoTree): def test_backup(self): f = utils.tflow() + assert not f.modified() f.backup() + assert f.modified() f.revert() def test_getset_state(self): |