Skip to content

Commit

Permalink
adjusts test to handle python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimbsRocks committed Jan 30, 2018
1 parent 4e15eea commit 637c4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_1_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def test_add_new_model_with_features_to_save():

post_insert_val = rdb.get(redis_key_features)
assert post_insert_val is not None
assert post_insert_val == json.dumps('all')
assert str(post_insert_val) == json.dumps('all')



Expand Down

0 comments on commit 637c4d5

Please sign in to comment.