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

Commit 7d89a3b9 authored by Haibo Huang's avatar Haibo Huang Committed by android-build-merger
Browse files

Merge "Fix compilation error with new kotlinc" into qt-dev-plus-aosp

am: 3d791f52

Change-Id: If323469f41190b0723ffb20a9f9095b963798e2e
parents 9ca3b7bd 3d791f52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ class ViewPreviewerTest : SysuiTestCase() {
        val width = 100
        val height = 100
        // WHEN a preview image is created
        val bitmap = previewer.createPreview(view, width, height)
        val bitmap = previewer.createPreview(view, width, height)!!
        // THEN the bitmap has the expected width and height
        assertThat(bitmap.height).isEqualTo(height)
        assertThat(bitmap.width).isEqualTo(width)