-
Tom Titcombe authored
Change assertTrue(a is not b) to assertNotEqual(a,b) Change assertFalse(a is b) to assertNotEqual(a,b)
Tom Titcombe authoredChange assertTrue(a is not b) to assertNotEqual(a,b) Change assertFalse(a is b) to assertNotEqual(a,b)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.