Fix test case

This commit is contained in:
Raphael Michel
2020-10-16 10:35:01 +02:00
parent bf59ce2661
commit d0d84f2a13

View File

@@ -641,7 +641,7 @@ class QuestionColumn(ImportColumn):
for v in opt.answer.data.values():
self.option_resolve_cache[v.strip()].add(opt)
else:
self.option_resolve_cache[opt.answer.strip()].add(opt)
self.option_resolve_cache[opt.answer.data.strip()].add(opt)
else:
self.option_resolve_cache[opt.answer.strip()].add(opt)