Commit 6e86cafc by olly Committed by Oliver Woodman

Fix broken test.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=121501144
parent 6e5ae4ed
......@@ -71,7 +71,7 @@ public class DrmInitDataTest extends TestCase {
MoreAsserts.assertNotEqual(drmInitData, testInitData);
// Different data in one of the tuples should affect equality.
testInitData = new DrmInitData(DATA_1, DATA_1);
testInitData = new DrmInitData(DATA_1, DATA_UNIVERSAL);
MoreAsserts.assertNotEqual(drmInitData, testInitData);
}
......
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