Merge remote-tracking branch 'upstream/Fix-a-typo-in-find-parametrized-scope' into Fix-a-typo-in-find-parametrized-scope

This commit is contained in:
Sadra Barikbin 2023-08-06 16:02:02 +03:30
commit 02cba9c4c0
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Fixed a bug that when there are multiple fixtures for an indirect parameter,
the scope of the highest-scope fixture is picked for the parameter set, instead of that of the one with the narrowest scope.