Skip to content

Commit d6a965a

Browse files
committed
minor symfony#53227 [Translation] relax assertion (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Translation] relax assertion | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- b933879 relax assertion
2 parents fa92911 + b933879 commit d6a965a

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)