google / cel-spec

Common Expression Language -- specification and binary representation
https://cel.dev
Apache License 2.0
2.59k stars 216 forks source link

Fix map iteration expectations and trim ending whitespace #350

Closed TristonianJones closed 2 months ago

TristonianJones commented 2 months ago

Map key iteration order is not guaranteed, so the test exercising this behavior needed to be modified to a map with a single key to prevent flakiness