Commit bbc7605
committed
test: Assert
Currently, this test only asserts that the `traces_sampler` is called at least once with the given arguments. However, we would expect it to be called exactly once.
This PR changes the assertion to assert that the `traces_sampler` was called exactly one time, and that that call included the given arguments.traces_sampler called once1 parent cfbb8db commit bbc7605
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments