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

Commit 2d51d382 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "liblp: Remove tests for alignment_offset being 0." into rvc-dev

parents 172562dc a5f8e50f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -56,10 +56,6 @@ TEST_F(DeviceTest, BlockDeviceInfo) {

    // Having an alignment offset > alignment doesn't really make sense.
    EXPECT_LT(device_info.alignment_offset, device_info.alignment);

    if (IPropertyFetcher::GetInstance()->GetBoolProperty("ro.virtual_ab.enabled", false)) {
        EXPECT_EQ(device_info.alignment_offset, 0);
    }
}

TEST_F(DeviceTest, ReadSuperPartitionCurrentSlot) {