node tests: Clear state in narrow_unread test.

This commit is contained in:
Steve Howell 2021-03-09 14:02:31 +00:00 committed by Steve Howell
parent dd7420ff11
commit 164db57be1
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ function candidate_ids() {
}
run_test("get_unread_ids", () => {
unread.declare_bankruptcy();
narrow_state.reset_current_filter();
let unread_ids;
let terms;