From 78ead841bfb8a37d50fbeb186deb6ce529ebeb21 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 11 Oct 2018 16:48:38 +1300 Subject: [PATCH] ldb/tests/py/index: remove dup value in dictionary Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- lib/ldb/tests/python/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ldb/tests/python/index.py b/lib/ldb/tests/python/index.py index 5d0b7527e5b..63486eb9b2d 100755 --- a/lib/ldb/tests/python/index.py +++ b/lib/ldb/tests/python/index.py @@ -1314,7 +1314,6 @@ class RejectSubDBIndex(LdbBaseTest): self.l.add({"dn": "@INDEXLIST", "@IDX_LMDB_SUBDB": [b"1"], "@IDXONE": [b"1"], - "@IDXONE": [b"1"], "@IDXGUID": [b"objectUUID"], "@IDX_DN_GUID": [b"GUID"], }) -- 2.11.4.GIT