YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

Fixed bug that caused all the tests to fail #93

Closed pdnelson closed 4 years ago

pdnelson commented 4 years ago
The new TelescopeType enum must be nullable in order for tests
using the previous schema to pass, otherwise the field must
be modified for each and every one of those tests.

Issue #54