diff options
author | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | 2022-01-27 15:49:44 +0100 |
---|---|---|
committer | Steffen Jaeckel <jaeckel-floss@eyet-services.de> | 2022-02-01 15:01:28 +0100 |
commit | 9cf78e59d533c7045c2e32e0ce864929b4e15ad7 (patch) | |
tree | d80dc27b4b3d9fac79eae567ffe19c78931dba34 /tests/unittests | |
parent | 20a8ef7a3e2d2d3e2dc505c93182582b6c74800b (diff) | |
download | profani-tty-9cf78e59d533c7045c2e32e0ce864929b4e15ad7.tar.gz |
auto-format
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/test_callbacks.c | 4 |
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(); } |