Skip to content

lisa.tests: Fix ChainMap usage

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr281 into master

The first mapping given to ChainMap is the one receiving the updates, not the last, so flip the parameters.

Merge request reports