mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix broken test.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=121501144
This commit is contained in:
parent
6e5ae4eddc
commit
6e86cafce0
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ public class DrmInitDataTest extends TestCase {
|
||||||
MoreAsserts.assertNotEqual(drmInitData, testInitData);
|
MoreAsserts.assertNotEqual(drmInitData, testInitData);
|
||||||
|
|
||||||
// Different data in one of the tuples should affect equality.
|
// 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);
|
MoreAsserts.assertNotEqual(drmInitData, testInitData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue