summaryrefslogtreecommitdiff
path: root/test/style/source.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/source.test.cpp')
-rw-r--r--test/style/source.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/source.test.cpp b/test/style/source.test.cpp
index eaa3c72877..aa55db7292 100644
--- a/test/style/source.test.cpp
+++ b/test/style/source.test.cpp
@@ -518,7 +518,7 @@ TEST(Source, ImageSourceImageUpdate) {
response.data = std::make_unique<std::string>(util::read_file("test/fixtures/image/no_profile.png"));
return response;
};
- test.styleObserver.sourceChanged = [&] (Source&) {
+ test.styleObserver.sourceLoaded = [&] (Source&) {
// Should be called (test will hang if it doesn't)
test.end();
};