Closed gcurtis closed 23 hours ago
The TestSetEnv test is flaking due to the random iteration order of maps. Sort the new members to make the field order deterministic. Move the test cases into file_test.go with the other AST tests.
TestSetEnv
file_test.go
The
TestSetEnv
test is flaking due to the random iteration order of maps. Sort the new members to make the field order deterministic. Move the test cases intofile_test.go
with the other AST tests.