From c8352009ceb6b9240ef7c1ad5be93f42312b59a2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 12 Apr 2025 19:05:24 +0530 Subject: Switch to using map for configuration --- spec/WebViewStackSpec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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()); } } -- cgit v1.3.1