Commit 3b21c7e4 by samrobinson Committed by Ian Baker

Remove transformer from inputValues json.

Transformer resolves to null when wrapped, this is a debug line
that was not removed.

PiperOrigin-RevId: 441200790
parent 5174bf3b
......@@ -107,8 +107,6 @@ public class BitrateAnalysisTest {
/* enableFallback= */ false))
.build();
inputValues.put("Transformer", transformer);
new TransformerAndroidTestRunner.Builder(context, transformer)
.setInputValues(inputValues)
.setCalculateSsim(true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment