Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Mar 5, 2025
1 parent 7ffc626 commit c0c380d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ private void pushMessage(String fileName) {
}

private void loadSplitChanges() {
SplitChange change = IntegrationHelper.getChangeFromJsonString("splitchanges_int_test.json");
SplitChange change = IntegrationHelper.getChangeFromJsonString(
loadMockedData("splitchanges_int_test.json"));

Split split = change.splits.get(0);
split.name = "test_feature_1";
Expand Down

0 comments on commit c0c380d

Please sign in to comment.