diff --git a/aidge_core/unit_tests/test_export.py b/aidge_core/unit_tests/test_export.py
index 3061d7940603b8eeca2c07368bc1bbd6756fa1f3..7b6caf523a8dd5b9e32e336127a7ee3f0625d1a9 100644
--- a/aidge_core/unit_tests/test_export.py
+++ b/aidge_core/unit_tests/test_export.py
@@ -67,7 +67,7 @@ class test_export(unittest.TestCase):
         initFiller(model)
 
         # Export model
-        aidge_core.export(self.EXPORT_PATH, model)
+        aidge_core.serialize_to_cpp(self.EXPORT_PATH, model)
         self.assertTrue(self.EXPORT_PATH.is_dir(), "Export folder has not been generated")
         os.makedirs(self.EXPORT_PATH / "build", exist_ok=True)