aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.cpp')
-rw-r--r--test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cpp b/test/test.cpp
index 0c4583c..95d7bb5 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -50,7 +50,7 @@ TEST_F(dbtest, add_and_contains_client)
{
app_list.addClient(test1, test_layer, test_surface1, test_role1);
app_list.addClient(test2, test_layer, test_surface2, test_role2);
- app_list.addClient(test3, test_layer, test_surface2, test_role2);
+ app_list.addClient(test3, test_layer, test_surface3, test_role2);
bool result = app_list.contains(test1);
EXPECT_EQ(true, result);
result = app_list.contains(test2);