test: refresh stale picow-wifi-relay-web-server netlist snapshot
The stored snapshot predated the relay-LED netlist emission (current-sense V-source + LED diode model), so examples-netlist-snapshot failed on a clean checkout regardless of any source change. Regenerate it to match the current NetlistBuilder output. Unblocks the deploy test gate.
This commit is contained in:
parent
fb813ffde0
commit
b166dfd3e2
|
|
@ -3458,6 +3458,11 @@ exports[`netlist snapshot — picow-wifi (4 examples) > picow-wifi-async-led 1`]
|
|||
|
||||
exports[`netlist snapshot — picow-wifi (4 examples) > picow-wifi-relay-web-server 1`] = `
|
||||
"* Velxio circuit
|
||||
V_relay-led_sense n0 relay-led_sense_mid DC 0
|
||||
D_relay-led relay-led_sense_mid n1 LED_RED
|
||||
R_autopull_n0 n0 0 100Meg
|
||||
R_autopull_n1 n1 0 100Meg
|
||||
.model LED_RED D(Is=1e-20 N=1.7)
|
||||
.op
|
||||
.end"
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue