Introduce Service Id Types
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
414c0a58d3
commit
366b875fd2
269 changed files with 5832 additions and 5550 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { normalizeAci } from '../types/ServiceId';
|
||||
import {
|
||||
getCountryCodeValue,
|
||||
getBucketValue,
|
||||
|
@ -10,7 +11,7 @@ import {
|
|||
} from '../RemoteConfig';
|
||||
|
||||
describe('RemoteConfig', () => {
|
||||
const uuid = '15b9729c-51ea-4ddb-b516-652befe78062';
|
||||
const uuid = normalizeAci('15b9729c-51ea-4ddb-b516-652befe78062', 'test');
|
||||
|
||||
describe('#innerIsBucketValueEnabled', () => {
|
||||
// Note: bucketValue is 497941 for 'desktop.stories2' key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue