Skip to content

Commit

Permalink
Fixing snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Jul 1, 2024
1 parent 602ed95 commit e3f4969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpunit/Tribe/functions/templateTags/generalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static function () {
$output = tribe_asset_print_group( 'test-group', false );

$expected_tmpl = <<< TAG
<script src='{{ common_url }}/js/test-script-1.js?ver=1.0.0' id='tribe-test-js-js'></script>
<script src="{{ common_url }}/js/test-script-1.js?ver=1.0.0" id="tribe-test-js-js"></script>
<link rel='stylesheet' id='tribe-test-css-css' href='{{ common_url }}/css/test-style-1.css?ver=1.0.0' media='all' />
TAG;
Expand Down

0 comments on commit e3f4969

Please sign in to comment.