Skip to content

Commit 876bfcc

Browse files
[tests] Fix mistake on wrong module name.
1 parent 75ef4f5 commit 876bfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/impl_test_sot_mock_device-python-module-py.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace dg = dynamicgraph;
1414

1515
BOOST_PYTHON_MODULE(wrap) {
16-
bp::import("dynmic_graph.sot.core.wrap");
16+
bp::import("dynamic_graph.sot.core.wrap");
1717

1818
dg::python::exposeEntity<ImplTestSotMockDevice,
1919
bp::bases<dg::sot::Device> >();

0 commit comments

Comments
 (0)