Skip to content

Commit 6e241a6

Browse files
committed
test(remote-config): make deprecated API suite more obvious
previously I was confusing onConfigUpdate with onConfigUpdated... that 'd'
1 parent d399d93 commit 6e241a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remote-config/e2e/config.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ describe('remoteConfig()', function () {
932932
});
933933

934934
// deprecated API prior to official web support
935-
describe('onConfigUpdated', function () {
935+
describe('onConfigUpdated (deprecated)', function () {
936936
describe('onConfigUpdated parameter verification', function () {
937937
it('throws an error if no callback provided', async function () {
938938
const { getRemoteConfig, onConfigUpdated } = remoteConfigModular;

0 commit comments

Comments
 (0)