Skip to content
Snippets Groups Projects
Commit 30be40d8 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[libraries][tests][core] Fixe reference code type

parent 30eefb73
No related branches found
No related tags found
2 merge requests!2551.4.x,!242Py3 compatibility
......@@ -306,7 +306,7 @@ class LibrariesAPIBase(LibrariesTestCase):
JSON_DECLARATION = json.loads(DECLARATION)
CODE = """class Library:
CODE = b"""class Library:
def process(self, inputs, outputs):
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment