Skip to content

Commit

Permalink
unittest edit
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleybeckner authored and wesleybeckner committed Nov 3, 2018
1 parent d04cd25 commit da3eb16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions salty/tests/test_data_manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ def test_3_merge_duplicates(self):
return data

def test_4_assign_category(self):
with_relative = self.devmodel1.Data
with_relative['Molecular Relative'] = ''
missed_entry_test = salty.assign_category(with_relative)
data = salty.assign_category(self.devmodel1.Data)
return data, missed_entry_test

Expand Down

0 comments on commit da3eb16

Please sign in to comment.