You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/test/java/com/google/firebase/ml/modeldownloader/internal/CustomModelDownloadServiceTest.java
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -266,5 +266,37 @@ public void downloadService_modelNotFound() throws Exception {
266
266
equalTo(INSTALLATION_TOKEN)));
267
267
}
268
268
269
-
// TODO(annz) add test matching bad token response when BE is ready.
0 commit comments