Skip to content

Commit

Permalink
Remove unnecessary columns from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Jun 17, 2024
1 parent 19aa059 commit 9a38ac9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_bugfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ def test_repair_file_column():
'settings': {},
'survey': [
{
'$kuid': 'qt1C9CFUj',
'$qpath': 'interviewer_name_text',
'$xpath': 'interviewer_name_text',
'label': [
"Введіть ім'я співробітника:",
"Enter interviewer's name",
Expand All @@ -20,9 +17,6 @@ def test_repair_file_column():
'type': 'text',
},
{
'$kuid': 'bHGP1YkRq',
'$qpath': 'oblast',
'$xpath': 'oblast',
'label': ['Область', 'Oblast'],
'media::file': [None, None, 'oblast.csv'],
'name': 'oblast',
Expand Down

0 comments on commit 9a38ac9

Please sign in to comment.