Skip to content

Commit 09e0776

Browse files
committed
Fix test
1 parent 6b92d3c commit 09e0776

File tree

1 file changed

+1
-1
lines changed
  • extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch

1 file changed

+1
-1
lines changed

extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch/ModuleE2ETest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void testXnnpackBackendRequired() throws IOException, URISyntaxException
9898
inputStream.close();
9999

100100
Module module = Module.load(getTestFilePath("/mv3_xnnpack_fp32.pte"));
101-
String[] expectedBackends = new String[] {"XnnpackBackend"};
101+
String[] expectedBackends = new String[] {"XnnpackBackend", "XnnpackBackend"};
102102
assertArrayEquals(expectedBackends, module.getUsedBackends("forward"));
103103
}
104104

0 commit comments

Comments
 (0)