Skip to content

Commit

Permalink
🖊️ Indented with Pycharm auto util
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Feb 22, 2018
1 parent 129cd13 commit 3db05e8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,19 +988,19 @@ def test_init__with_v4_datafile(self):
def test_variation_has_featureEnabled_false_if_prop_undefined(self):
""" Test that featureEnabled property by default is set to False, when not given in the data file"""
variation = {
'key': 'group_exp_1_variation',
'id': '28902',
'variables': [{
'id': '128',
'value': 'stage'
}, {
'id': '129',
'value': '112'
}, {
'id': '130',
'value': '1.211'
}]
}
'key': 'group_exp_1_variation',
'id': '28902',
'variables': [{
'id': '128',
'value': 'stage'
}, {
'id': '129',
'value': '112'
}, {
'id': '130',
'value': '1.211'
}]
}

variation_entity = entities.Variation(**variation)

Expand Down

0 comments on commit 3db05e8

Please sign in to comment.