You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testChgrpHPSS fails with AssertionError: Command=`hsi ls -l zstash_test`. Errors=['This was supposed to be found, but was not: 3.', 'This was supposed to be found, but was not: m.']. This occurs as far as back as v1.0.0 -- I'm unsure why this is happening, since the unit tests have been run successfully multiple time since then.
In tests/test_chgrp.py, expected_present is a string, but should be a list.
testChgrpHPSS
fails withAssertionError: Command=`hsi ls -l zstash_test`. Errors=['This was supposed to be found, but was not: 3.', 'This was supposed to be found, but was not: m.']
. This occurs as far as back as v1.0.0 -- I'm unsure why this is happening, since the unit tests have been run successfully multiple time since then.In
tests/test_chgrp.py
,expected_present
is a string, but should be a list.Note, however, that even changing it to a list does not make the test pass.
The text was updated successfully, but these errors were encountered: