Skip to content

Commit 8c47335

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: relax assertion
2 parents c28c9e7 + 8c57645 commit 8c47335

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)