Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2a3a926 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[cts] fix SettingsProviderTest on HSUM" into main

parents 33e0dddb cc02b044
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -634,7 +634,7 @@ public class SettingsProviderTest extends BaseSettingsProviderTest {
            throws Exception {
        setSettingAndAssertSuccessfulChange(() -> {
            insertStringViaProviderApi(type, name, value, withTableRowUri);
        }, type, name, value, UserHandle.USER_SYSTEM);
        }, type, name, value, getContext().getUserId());
    }

    private void setSettingAndAssertSuccessfulChange(Runnable setCommand, final int type,