From 227ae5e80f8e6cbb0c33400c69fd02443047e664 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Sat, 23 Sep 2017 21:12:25 -0500 Subject: [PATCH] flake8 fix --- test/test_persistent_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_persistent_dict.py b/test/test_persistent_dict.py index bea8808..dfb1cdc 100644 --- a/test/test_persistent_dict.py +++ b/test/test_persistent_dict.py @@ -261,7 +261,7 @@ def test_write_once_persistent_dict_cache_collisions(): key2 = PDictTestingKeyOrValue(2, hash_key=0) pdict[key1] = 1 - # check lookup + # check lookup with pytest.warns(UserWarning): with pytest.raises(NoSuchEntryError): pdict[key2] -- GitLab