MarvinKweyu/ColorDetect

test_ordered_colors_are_correct_count fails remotely but work locally

MarvinKweyu opened this issue · 1 comments

The test:
test_ordered_colors_are_correct_count passes locally, but fails on CircleCi push.

Steps to reproduce:

Running locally

pytest tests/test_unit.py::test_ordered_colors_are_correct_count

Screenshot_20210117_110950

Running via CircleCi

Navigate to the project root directory and run CircleCi CLI build

circleci build

Addressed by pull #45