Commit 2f8bd21
fix: Should map metadata when converting from ResolutionDetails to FlagEvaluationDetails (#282)
## This PR
When converting the ResolutionDetails to FlagEvalutionDetails we aren't
passing the ImmutableMetadata to the new object.
### Related Issues
Fixes [#281](#281)
### Notes
This PR is done on a common merge base so we can merge it into v1 as
well
### Follow-up Tasks
N/A
### How to test
Unit test added to covert the missing test case
---------
Signed-off-by: Benjamin Evenson <[email protected]>
Co-authored-by: André Silva <[email protected]>1 parent 2dbe1f4 commit 2f8bd21
File tree
2 files changed
+25
-1
lines changed- src/OpenFeature/Extension
- test/OpenFeature.Tests
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
480 | 482 | | |
481 | 483 | | |
482 | 484 | | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
483 | 507 | | |
484 | 508 | | |
0 commit comments