Skip to content

Commit 28aab9f

Browse files
committed
fix comment typo
1 parent 281931b commit 28aab9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remote-config/test/remote_config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ describe('RemoteConfig', () => {
533533
it('can not be called if a fetch has already happened', () => {
534534
const emulatorUrl = 'http://localhost:9200';
535535

536-
// init storage as if it had never fetched
536+
// init storage as if it had already fetched
537537
storageCache.getLastFetchStatus = sinon.stub().returns('success');
538538

539539
const expectedError = ERROR_FACTORY.create(ErrorCode.ALREADY_FETCHED);

0 commit comments

Comments
 (0)