grafana / thema

A CUE-based framework for portable, evolvable schema
Apache License 2.0
229 stars 12 forks source link

thema: Fix undesired variable shadow on Instance.Translate test #158

Closed joanlopez closed 1 year ago

joanlopez commented 1 year ago

It slightly modifies the TestInstance_Translate test to stop shadowing the sch variable used for both, the src and dst of the Translate operation, which is behaving as expected but might cause issues and/or misunderstandings in the future.