Skip to content

Commit f7ca08d

Browse files
Fixing test name
1 parent 8ebf6cb commit f7ca08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/core/event_manager.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe('EventManager', () => {
126126
]);
127127
});
128128

129-
it('will forward setNetworkEnabled calls', () => {
129+
it('will forward onOnlineStateChange calls', () => {
130130
const query = Query.atPath(path('foo/bar'));
131131
const fakeListener1 = fakeQueryListener(query);
132132
const events: OnlineState[] = [];

0 commit comments

Comments
 (0)