diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-22 10:01:14 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-22 10:01:14 +1000 |
| commit | c8dd8f4d03fc79b5594e8d873e0aba77e360796a (patch) | |
| tree | 1d208cc23aee244c252b76de2d56ab64e289ee48 /tests/test_image.py | |
| parent | d8d0297d8968380879718758493fd135b5234591 (diff) | |
general: Fixes.
Diffstat (limited to 'tests/test_image.py')
| -rw-r--r-- | tests/test_image.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_image.py b/tests/test_image.py index 7dacecb..bcf3b4d 100644 --- a/tests/test_image.py +++ b/tests/test_image.py @@ -14,7 +14,7 @@ class TestImage(unittest.TestCase): def test_get_img_dir(self): """> Validate image directory.""" result = wal.get_image("tests/test_files") - self.assertEqual(result, "tests/test_files/test.jpg") + self.assertEqual(result, "tests/test_files/test2.jpg") if __name__ == "__main__": |
