about summary refs log tree commit diff stats
path: root/tests/unittests/test_callbacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/test_callbacks.c')
-rw-r--r--tests/unittests/test_callbacks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/test_callbacks.c b/tests/unittests/test_callbacks.c
index 3c5267fe..a9b1138b 100644
--- a/tests/unittests/test_callbacks.c
+++ b/tests/unittests/test_callbacks.c
@@ -61,6 +61,6 @@ returns_commands(void** state)
     assert_true(foundCommand1 && foundCommand2 && foundCommand3);
 
     g_list_free(names);
-    //TODO: why does this make the test fail?
-    //callbacks_close();
+    // TODO: why does this make the test fail?
+    // callbacks_close();
 }