test(snapshots): refresh smart-ui-eyes netlist after circuit was wired

Snapshot was written when the example had components: [] and wires:
[]. Now that 5bd541e populated the circuit (OLED + 2 buttons) and
2dea3f0 renamed the OLED pins to match wokwi-ssd1306's real
pinInfo, the netlist contains the button pull-down resistors and
floating-net autopulls. Regenerated with `vitest run -u`.
This commit is contained in:
David Montero 2026-05-23 08:28:08 +02:00
parent 2dea3f0448
commit dbab794ddb
1 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,13 @@ exports[`netlist snapshot — 100-days (49 examples) > 100d-esp32-ir-sensor-tele
exports[`netlist snapshot — 100-days (49 examples) > 100d-esp32-oled-smart-ui-eyes-animation-time-and-weather-micropython 1`] = `
"* Velxio circuit
R_btn-next n4 n0 1000000000
R_btn-sel n4 n1 1000000000
R_autopull_n0 n0 0 100Meg
R_autopull_n1 n1 0 100Meg
R_autopull_n2 n2 0 100Meg
R_autopull_n3 n3 0 100Meg
R_autopull_n4 n4 0 100Meg
.op
.end"
`;