Skip to content

Commit

Permalink
Update CarmaCloudMessageAmbassadorTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegersp authored Apr 18, 2024
1 parent c2ebaca commit 7ea96e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.RuleChain;
import org.junit.rules.TemporaryFolder;


Expand All @@ -54,6 +55,9 @@ public class CarmaCloudMessageAmbassadorTest {

private final TestFileRule testFileRule = new TestFileRule(temporaryFolder).basedir("carmacloud");

@Rule
public RuleChain chain = RuleChain.outerRule(temporaryFolder).around(testFileRule);

/**
* {@link RtiAmbassador} mock.
*/
Expand Down

0 comments on commit 7ea96e1

Please sign in to comment.