Skip to content

Commit 69d666b

Browse files
committed
test: invalid in htmlnano travis
1 parent af9d828 commit 69d666b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-core.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ test.only('{QuoteStyle}', t => {
551551
height: 20
552552
}
553553
};
554-
const expected = '<img src="https://example.com/example.png" width=\'20\' height=\'20\'>';
554+
const expected = '<img src="https://example.com/example.png" width="20" height="20">';
555555

556556
t.is(render(fixture), expected);
557557
});

0 commit comments

Comments
 (0)