Skip to content

Commit

Permalink
mark test with bug fixed in http request ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Feb 11, 2025
1 parent 2c12760 commit a9c86b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions tests/subcircuits/subcircuit3-dependent-autorouting.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ test("subcircuit3-dependent-autorouting", async () => {
expect(asyncEffectEndEvents).toMatchInlineSnapshot(`

Check failure on line 62 in tests/subcircuits/subcircuit3-dependent-autorouting.test.tsx

View workflow job for this annotation

GitHub Actions / test

error: expect(received).toMatchInlineSnapshot(expected)

Expected: [ { "componentDisplayName": "<group# name=".S2" />", "effectName": "make-http-autorouting-request", "phase": "PcbTraceRender", }, { "componentDisplayName": "<group# name=".S1" />", "effectName": "make-http-autorouting-request", "phase": "PcbTraceRender", }, { "componentDisplayName": "<board# />", "effectName": "make-http-autorouting-request", "phase": "PcbTraceRender", }, ] Received: [ { "componentDisplayName": "<group# name=".S1" />", "effectName": "make-http-autorouting-request", "phase": "PcbTraceRender", }, { "componentDisplayName": "<group# name=".S2" />", "effectName": "make-http-autorouting-request", "phase": "PcbTraceRender", }, { "componentDisplayName": "<board# />", "effectName": "make-http-autorouting-request", "phase": "PcbTraceRender", }, ] at <anonymous> (/home/runner/work/core/core/tests/subcircuits/subcircuit3-dependent-autorouting.test.tsx:62:32)
[
{
"componentDisplayName": "<group# name=".S1" />",
"componentDisplayName": "<group# name=".S2" />",
"effectName": "make-http-autorouting-request",
"phase": "PcbTraceRender",
},
{
"componentDisplayName": "<board# />",
"componentDisplayName": "<group# name=".S1" />",
"effectName": "make-http-autorouting-request",
"phase": "PcbTraceRender",
},
{
"componentDisplayName": "<group# name=".S2" />",
"componentDisplayName": "<board# />",
"effectName": "make-http-autorouting-request",
"phase": "PcbTraceRender",
},
Expand Down

0 comments on commit a9c86b0

Please sign in to comment.