Skip to content

Commit 6ceee95

Browse files
committed
Minor fix 2
1 parent c20a523 commit 6ceee95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ describe('Remote Config API', () => {
247247
const receivedError = mockObserver.error.getCall(0).args[0];
248248

249249
expect(receivedError.message).to.equal(
250-
'Remote Config: The stream was not able to connect to the backend. (remoteconfig/stream-error).'
250+
'Remote Config: The stream was not able to connect to the backend: Realtime stream error. (remoteconfig/stream-error).'
251251
);
252252
expect(receivedError).to.have.nested.property(
253253
'customData.originalErrorMessage',

0 commit comments

Comments
 (0)