Skip to content

Commit

Permalink
Revert root name/question name conflict after V1.5
Browse files Browse the repository at this point in the history
pyxform #529 fixes new error that shouldn't be here
  • Loading branch information
duvld committed May 5, 2021
1 parent f81c9f7 commit 43d142d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/logger/tests/test_simple_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def setUp(self):
self.xform2 = DataDictionary()
self.xform2.user = self.user
self.xform2.json = '{"id_string": "start_time", "children": [{"name":'\
'"starttime", "type": "start"}], "name": "start_t'\
'"start_time", "type": "start"}], "name": "start_t'\
'ime", "title": "start_time", "type": "survey"}'\
.strip()

Expand Down

0 comments on commit 43d142d

Please sign in to comment.