diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/test/test_next_essay.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/test/test_next_essay.py b/app/test/test_next_essay.py index 99962d8..c9e3831 100644 --- a/app/test/test_next_essay.py +++ b/app/test/test_next_essay.py @@ -49,3 +49,6 @@ def test_next(): diff = 1 assert diff == 1 + + driver.quit() + |