Fix build

Change-Id: I57488656bf1110f6d84fe2ff4dbcfc5704ed8783
diff --git a/tests/tests/provider/src/android/provider/cts/MediaStore_FilesTest.java b/tests/tests/provider/src/android/provider/cts/MediaStore_FilesTest.java
index cfc0420..356fe3c 100644
--- a/tests/tests/provider/src/android/provider/cts/MediaStore_FilesTest.java
+++ b/tests/tests/provider/src/android/provider/cts/MediaStore_FilesTest.java
@@ -382,7 +382,7 @@
         Uri albumArtUri = ContentUris.withAppendedId(albumArtUriBase, albumid);
         try {
             pfd = mResolver.openFileDescriptor(albumArtUri, "r");
-            fail(("no album art, shouldn't be here. Got: " + realPathFor(pfd));
+            fail("no album art, shouldn't be here. Got: " + realPathFor(pfd));
         } catch (Exception e) {
             // expected
         }