Skip to content

Commit 2591f3e

Browse files
committed
Update the test snapshots
1 parent 34a21fa commit 2591f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/components/__snapshots__/BottomBox.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ exports[`BottomBox should show the assembly view when pressing the toggle button
5050
mov ebx, edi
5151
</div>
5252
<div
53-
class="cm-nonZeroLine cm-line"
53+
class="cm-line cm-nonZeroLine"
5454
>
5555
and ebx, 0x1400
5656
</div>
@@ -120,7 +120,7 @@ exports[`BottomBox should show the source view when a line in the tree view is d
120120
</span>
121121
</div>
122122
<div
123-
class="cm-nonZeroLine cm-line"
123+
class="cm-line cm-nonZeroLine"
124124
>
125125
<span
126126
class="tok-variableName"

0 commit comments

Comments
 (0)