diff --git a/scrunch/tests/integration/scrunch_workflow_integration_test.py b/scrunch/tests/integration/scrunch_workflow_integration_test.py index d1429d52..ceb592fa 100755 --- a/scrunch/tests/integration/scrunch_workflow_integration_test.py +++ b/scrunch/tests/integration/scrunch_workflow_integration_test.py @@ -418,7 +418,7 @@ def isnan(obj): def main(): assert not invalid_credentials() - assert pandaslib + assert pandaslib, 'Pandas library not installed' # Login. site = connect(CRUNCH_USER, CRUNCH_PASSWORD, CRUNCH_URL)