From 7bd6b761832d344d6aab4d907776de14a04d06c3 Mon Sep 17 00:00:00 2001 From: David Dotson Date: Sat, 2 Apr 2016 15:47:31 -0700 Subject: [PATCH] PEP8 fix --- src/mdsynthesis/tests/test_treants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mdsynthesis/tests/test_treants.py b/src/mdsynthesis/tests/test_treants.py index 4f9bb0b..dc1cef3 100644 --- a/src/mdsynthesis/tests/test_treants.py +++ b/src/mdsynthesis/tests/test_treants.py @@ -63,7 +63,7 @@ def test_set_universe_only_topology(self, treant): assert treant.universe.filename == PSF assert treant.udef.topology == PSF - assert treant.udef.trajectory == None + assert treant.udef.trajectory is None def test_set_universe_chainreader(self, treant): """Test setting the Universe to multiple file trajectory (chain)"""