Skip to content

Commit b4e6f40

Browse files
Fix spelling mistake in functional test (#181)
Changed the resource file name accordingly
1 parent 677e13e commit b4e6f40

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/functionaltests/java/com/ericsson/ei/subscriptions/repeatHandler/SubscriptionRepeatHandlerSteps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
@Ignore
3939
public class SubscriptionRepeatHandlerSteps extends FunctionalTestBase {
4040

41-
private static final String AGGREGATED_OBJECT_FILE_PATH = "src/functionaltests/resources/aggragatedObject.json";
41+
private static final String AGGREGATED_OBJECT_FILE_PATH = "src/functionaltests/resources/aggregatedObject.json";
4242
private static final String EVENTS_FILE_PATH = "src/test/resources/TestExecutionTestEvents.json";
4343
private static final String RULES_FILE_PATH = "src/test/resources/TestExecutionObjectRules.json";
4444
private static final String REPEAT_FLAG_SUBSCRIPTION_COLLECTIONS_WITH_ONE_MATCH = "src/functionaltests/resources/subscriptionRepeatHandlerOneMatch.json";

0 commit comments

Comments
 (0)