Closed Konboi closed 8 months ago
When comparing a NoneType object and another type, we encountered an error e.g.) TypeError: '<' not supported between instances of 'NoneType' and 'list' and we couldn't use the assert_json_orderless_equal(self, a, b) method
TypeError: '<' not supported between instances of 'NoneType' and 'list'
assert_json_orderless_equal(self, a, b)
So, I fixed it
https://github.com/launchableinc/cli/actions/runs/8390491593?pr=817
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots No data about Coverage 0.0% Duplication on New Code
See analysis details on SonarCloud
When comparing a NoneType object and another type, we encountered an error e.g.)
TypeError: '<' not supported between instances of 'NoneType' and 'list'
and we couldn't use theassert_json_orderless_equal(self, a, b)
methodSo, I fixed it
https://github.com/launchableinc/cli/actions/runs/8390491593?pr=817