Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jun 5, 2018
1 parent 44881db commit 28e25d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class WebFunctionSpec extends Specification {

void "test the function registry"() {
given:
LocalFunctionRegistry registry = ApplicationContext.run(LocalFunctionRegistry)
LocalFunctionRegistry registry = ApplicationContext.run().getBean(LocalFunctionRegistry)

expect:
registry.findConsumer("consumer/string").isPresent()
Expand Down

0 comments on commit 28e25d7

Please sign in to comment.