diff options
Diffstat (limited to 'tests/test-exporter.cpp')
-rw-r--r-- | tests/test-exporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-exporter.cpp b/tests/test-exporter.cpp index a255ef9..4fb2c54 100644 --- a/tests/test-exporter.cpp +++ b/tests/test-exporter.cpp @@ -122,7 +122,7 @@ TEST_F(ExporterFixture, Publish) // try closing the connection prematurely // to test Exporter's name-lost signal bool name_lost = false; - exporter.name_lost.connect([this,&name_lost](){ + exporter.name_lost().connect([this,&name_lost](){ name_lost = true; g_main_loop_quit(loop); }); |