mirror of
https://github.com/androidx/media.git
synced 2025-05-11 17:49:52 +08: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
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user