Skip to content

Commit 736533a

Browse files
committed
test: remove invalid image
1 parent c05e750 commit 736533a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/toolbox-search/test/tests.mocha.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ suite('BlockSearcher', () => {
148148
options: [
149149
[
150150
{
151-
src: 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEA',
151+
src: '',
152152
width: 1,
153153
height: 1,
154154
alt: 'Sunny',
@@ -157,7 +157,7 @@ suite('BlockSearcher', () => {
157157
],
158158
[
159159
{
160-
src: 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEA',
160+
src: '',
161161
width: 1,
162162
height: 1,
163163
alt: 'Cloudy',

0 commit comments

Comments
 (0)