Skip to content

Commit 8c57645

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: relax assertion
2 parents 6f9b60d + d6a965a commit 8c57645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ public static function getResponsesForProcessAddFileAndUploadTranslations(): \Ge
662662
<tool tool-id="symfony" tool-name="Symfony"/>
663663
</header>
664664
<body>
665-
<trans-unit id="ypeBEso" resname="a">
665+
<trans-unit id="%s" resname="a">
666666
<source>a</source>
667667
<target>trans_pt_a</target>
668668
</trans-unit>

0 commit comments

Comments
 (0)