diff --git a/xarray_sql/df_test.py b/xarray_sql/df_test.py index 59953e6..aff1fc6 100644 --- a/xarray_sql/df_test.py +++ b/xarray_sql/df_test.py @@ -117,8 +117,7 @@ def test_column_metadata_preserved(self): except ValueError as e: if ( 'The columns in the computed data do not match the columns in the' - ' provided metadata' - in str(e) + ' provided metadata' in str(e) ): self.fail('Column metadata is incorrect.')