summary refs log tree commit diff stats
path: root/tests/collections/ttablesref.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/collections/ttablesref.nim')
-rw-r--r--tests/collections/ttablesref.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/collections/ttablesref.nim b/tests/collections/ttablesref.nim
index 92bc65da3..32494f1f2 100644
--- a/tests/collections/ttablesref.nim
+++ b/tests/collections/ttablesref.nim
@@ -65,6 +65,7 @@ block tableTest2:
   except KeyError:
     discard
   assert(not hasKey(t, "111"))
+  assert "111" notin t
 
   for key, val in items(data): t[key] = val.toFloat
   for key, val in items(data): assert t[key] == val.toFloat