Skip to content

Commit

Permalink
Update src/test/java/com/crowdin/cli/commands/actions/DistributionRel…
Browse files Browse the repository at this point in the history
…easeActionTest.java
  • Loading branch information
andrii-bodnar authored Oct 11, 2023
1 parent cb7fdd1 commit a72ef61
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ public class DistributionReleaseActionTest {

@Test
public void releaseDistributionTest_whenSuccess() {
NewPropertiesWithFilesUtilBuilder pbBuilder = NewPropertiesWithFilesUtilBuilder
.minimalBuiltPropertiesBean("*", Utils.PATH_SEPARATOR + "%original_file_name%-CR-%locale%")
.setBasePath(Utils.PATH_SEPARATOR);
PropertiesWithFiles pb = pbBuilder.build();
NewPropertiesWithFilesUtilBuilder pbBuilder = NewPropertiesWithFilesUtilBuilder
.minimalBuiltPropertiesBean("*", Utils.PATH_SEPARATOR + "%original_file_name%-CR-%locale%")
.setBasePath(Utils.PATH_SEPARATOR);
PropertiesWithFiles pb = pbBuilder.build();
ClientDistribution client = mock(ClientDistribution.class);
DistributionRelease distributionRelease = new DistributionRelease();
distributionRelease.setStatus("success");
Expand Down

0 comments on commit a72ef61

Please sign in to comment.