Describe the bug
If you have a packet (TEST) with an identically named item (TEST) then something like this fails:
wait_check("INST TEST TEST == 0", 5)
It throws "ERROR: NameError : uninitialized constant Cosmos::ApiShared::TEST"
The text was updated successfully, but these errors were encountered:
Describe the bug
If you have a packet (TEST) with an identically named item (TEST) then something like this fails:
wait_check("INST TEST TEST == 0", 5)
It throws "ERROR: NameError : uninitialized constant Cosmos::ApiShared::TEST"
The text was updated successfully, but these errors were encountered: