I have applied some changes in a data structure, where the original table is no longer exposed to end users, but instead is exposed via views. The already created unit tests are still on the object that is no longer exposed. How can I change the unit test “Object” (dbo.unit_test.object) value to the new view? Because it's read only as far I can see. Is it safe to update that field value, or must I rewrite all unit tests?
