Skip to content

Commit 9b59172

Browse files
authored
fix: stale snapshot (#923)
1 parent d96ce5c commit 9b59172

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/devices/traits/b01/q10/__snapshots__/test_status.ambr

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
'rooms': list([
3232
]),
3333
}),
34+
'maps': dict({
35+
}),
3436
'network_info': dict({
3537
'netInfo': dict({
3638
'ipAdress': '1.1.1.2',
@@ -409,6 +411,8 @@
409411
'rooms': list([
410412
]),
411413
}),
414+
'maps': dict({
415+
}),
412416
'network_info': dict({
413417
'netInfo': dict({
414418
'ipAdress': '**REDACTED**',
@@ -483,6 +487,8 @@
483487
'rooms': list([
484488
]),
485489
}),
490+
'maps': dict({
491+
}),
486492
'network_info': dict({
487493
}),
488494
'status': dict({

0 commit comments

Comments
 (0)