Skip to content

Commit e0e993b

Browse files
committed
fix: typo
1 parent d71d981 commit e0e993b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/database/e2e/query/startAt.e2e.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ describe('database().ref().startAt()', function () {
252252

253253
const snapshot = await get(query(dbRef, orderByValue(), startAt(2)));
254254

255+
const expected = ['b', 'c', 'd'];
256+
255257
snapshot.forEach((childSnapshot, i) => {
256258
childSnapshot.key.should.eql(expected[i]);
257259
});

0 commit comments

Comments
 (0)