aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-12 19:05:24 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-12 19:05:24 +0530
commitc8352009ceb6b9240ef7c1ad5be93f42312b59a2 (patch)
tree9f71d00d2a8c5200dde4dd6a3f44354168d9017f /spec
parent39b3e8d1e2581a47dff1f09450383df0466dac94 (diff)
downloadnull-browser-c8352009ceb6b9240ef7c1ad5be93f42312b59a2.tar.gz
null-browser-c8352009ceb6b9240ef7c1ad5be93f42312b59a2.zip
Switch to using map for configuration
Diffstat (limited to 'spec')
-rw-r--r--spec/WebViewStackSpec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/WebViewStackSpec.cpp b/spec/WebViewStackSpec.cpp
index fb3add0..155218e 100644
--- a/spec/WebViewStackSpec.cpp
+++ b/spec/WebViewStackSpec.cpp
@@ -29,7 +29,7 @@ private slots:
WebViewStack webview_stack(&configuration);
QCOMPARE(webview_stack.count(), 0);
- QCOMPARE(webview_stack.current_url(), configuration.new_view_url);
+ QCOMPARE(webview_stack.current_url(), configuration.new_view_url());
}
}