aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-device.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-device.cc b/tests/test-device.cc
index 1d10b5b..81e8a22 100644
--- a/tests/test-device.cc
+++ b/tests/test-device.cc
@@ -713,7 +713,7 @@ TEST_F(DeviceTest, ChoosePrimary)
devices.push_back(indicator_power_device_new(desc.path, desc.kind, desc.percentage, desc.state, (time_t)desc.time));
const struct {
- std::vector<unsigned> device_indices;
+ std::vector<unsigned int> device_indices;
Description expected;
} tests[] = {