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

Commit

Permalink
Try test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
fferegrino committed Sep 30, 2018
1 parent eff1fc4 commit 06aa7c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test__nb_manipulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,7 @@ def test__nb_cleaner_preserve():
dirty = json.loads(preserve_dirty)
clean = json.loads(preserve_clean)
clean_nb(dirty)
assert dirty == clean
assert dirty == clean

def test_this_fails():
assert 1 == 2

0 comments on commit 06aa7c0

Please sign in to comment.