Skip to content

Commit

Permalink
switched to ApplicationContext.builder
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Feb 1, 2022
1 parent a48d927 commit 969e7f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static void setupTest() {
properties.put("segment.options.language", DEFAULT_LANGUAGE);
properties.put("segment.options.user-agent", DEFAULT_USER_AGENT);

context = ApplicationContext.build(properties).build();
context = ApplicationContext.builder(properties).build();
context.registerSingleton(Analytics.class, analytics);
context.start();

Expand Down

0 comments on commit 969e7f9

Please sign in to comment.