Skip to content

Commit

Permalink
test: fix failing test in different python environments (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed Feb 28, 2024
1 parent 323a28b commit 2379761
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -117,5 +117,6 @@ def test_import_data_error_saving_model(self):
{
"could not convert string to float",
"[<class 'decimal.ConversionSyntax'>]",
"Invalid literal for Decimal: 'foo'",
},
)

0 comments on commit 2379761

Please sign in to comment.