Skip to content

Commit 51350f2

Browse files
committed
fix missing comma
1 parent 087d092 commit 51350f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/basic.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ describe('basic', function () {
497497
]);
498498
expect(result.twitterImage).to.be.eql([
499499
{
500-
url: 'https://dev.epicgames.com/community/api/documentation/image/meta_tag?path=ja-jp/unreal-engine/volume-actors-in-unreal-engine&application_version=5.4'
500+
url: 'https://dev.epicgames.com/community/api/documentation/image/meta_tag?path=ja-jp/unreal-engine/volume-actors-in-unreal-engine&application_version=5.4',
501501
},
502502
]);
503503
expect(result.favicon).to.be.eql('https://edc-cdn.net/assets/images/favicon-light.png');

0 commit comments

Comments
 (0)