Remove redundant pending status from contribution-status helper #160
Reference in New Issue
Block a user
Delete Branch "bugfix/remove_redundant_pending_status"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I noticed that every contribution had a "pending" status and found a line in the helper code that was probably just for testing purposes.
I then wondered why this wasn't caught by the helper test and found that the filename was missing the "-test" suffix, so the test wasn't included in the test suite.