Commit 79f9be3
authored
chore(langchain): make langchain runnable lambda test less flaky (#15512)
## Description
One of the tests added in #15477 asserts a list of span links, but since
we only care about content and not order, asserting the raw lists
sometimes flaked if the list was out of order (which doesn't matter for
span links). so instead, since we cannot hash them into a set because
they're dicts, we assert one expected element at a time.
## Testing
updating the test itself, will check on the health of it after it merges
## Risks
none, passed still locally1 parent c1f16bb commit 79f9be3
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
959 | | - | |
| 959 | + | |
| 960 | + | |
960 | 961 | | |
961 | 962 | | |
962 | 963 | | |
| |||
968 | 969 | | |
969 | 970 | | |
970 | 971 | | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
971 | 975 | | |
972 | 976 | | |
973 | 977 | | |
| |||
0 commit comments