Skip to content

Commit 2560ddc

Browse files
committed
FIX: regression after rebase.
1 parent b014471 commit 2560ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stores/set_problems.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ describe('Problem Set store tests', () => {
147147
test('Add a set problem to a set', async () => {
148148
const problem_set_store = useProblemSetStore();
149149
const set_problem_store = useSetProblemStore();
150-
const hw1 = problem_set_store.findProblemSet({ set_name: 'HW #1' });
150+
hw1 = problem_set_store.findProblemSet({ set_name: 'HW #1' }) as HomeworkSet;
151151
expect(hw1?.set_name).toStrictEqual('HW #1');
152152

153153
// grab the set problems for HW #1 so we know which is the next problem number.

0 commit comments

Comments
 (0)