aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/lineageos/tests/profiles/unit/ProfileTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/lineageos/tests/profiles/unit/ProfileTest.java')
-rw-r--r--tests/src/org/lineageos/tests/profiles/unit/ProfileTest.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/org/lineageos/tests/profiles/unit/ProfileTest.java b/tests/src/org/lineageos/tests/profiles/unit/ProfileTest.java
index ac4b5bbe..3beba541 100644
--- a/tests/src/org/lineageos/tests/profiles/unit/ProfileTest.java
+++ b/tests/src/org/lineageos/tests/profiles/unit/ProfileTest.java
@@ -1,5 +1,6 @@
/**
- * Copyright (c) 2015, The CyanogenMod Project
+ * Copyright (C) 2015 The CyanogenMod Project
+ * 2020 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -51,7 +52,7 @@ public class ProfileTest extends AndroidTestCase {
public void testProfileConnectionSettingsUnravelFromParcel() {
Profile profile = new Profile("Connection Profile");
ConnectionSettings expectedConnectionSettings =
- new ConnectionSettings(ConnectionSettings.PROFILE_CONNECTION_GPS,
+ new ConnectionSettings(ConnectionSettings.PROFILE_CONNECTION_LOCATION,
ConnectionSettings.BooleanState.STATE_DISALED, true);
profile.setConnectionSettings(expectedConnectionSettings);