Skip to content

Commit

Permalink
refs #10530. Fix broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Nov 27, 2014
1 parent 9295c92 commit a192e69
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ def test_meta_information_is_correct(self):

column_names = self._test_ws.getColumnNames()
self.assertEquals(len(column_names), 19)
self.assertEquals(type(column_names), std_vector_str)
self.assertEquals(type(column_names), list)

def test_cell_access_returns_variables_as_native_python_types(self):
self.assertAlmostEquals(self._test_ws.cell('r_gd_prtn_chrg',0), 10.040912628173828, 15)
Expand Down

0 comments on commit a192e69

Please sign in to comment.