Skip to content

Commit

Permalink
fixed failing import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Mar 20, 2019
1 parent 8d1ec09 commit 62650d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nlu/base/test_components.py
Expand Up @@ -82,7 +82,7 @@ def test_builder_load_unknown(component_builder):

def test_example_component(component_builder, tmpdir_factory):
conf = RasaNLUModelConfig({"pipeline": [
{"name": "tests.example_component.MyComponent"}]})
{"name": "tests.nlu.example_component.MyComponent"}]})

interpreter = utilities.interpreter_for(
component_builder,
Expand Down

0 comments on commit 62650d2

Please sign in to comment.