mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Introduce Service Id Types
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
committed by
Jamie Kyle
parent
414c0a58d3
commit
366b875fd2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user