Skip to content

Commit

Permalink
Hide unnecessary public method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Anisimov committed Oct 2, 2019
1 parent 52e2545 commit bb21053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void testMessageProcessing_dynamicDependencyIsHandledBeforeApplyingChange
// create a dependency
JsonObject dep = Json.createObject();
dep.put(Dependency.KEY_TYPE, Dependency.Type.DYNAMIC_IMPORT.toString());
dep.put(Dependency.KEY_EXPRESSION,
dep.put(Dependency.KEY_URL,
"return new Promise(function(resolve){ window.testEvents = window.testEvents||[]; "
+ "window.testEvents.push('test-dependency'); resolve(); });");
array.set(0, dep);
Expand Down

0 comments on commit bb21053

Please sign in to comment.