Skip to content

Commit

Permalink
FIX: regression after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaabp committed Aug 26, 2022
1 parent b014471 commit 2560ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stores/set_problems.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('Problem Set store tests', () => {
test('Add a set problem to a set', async () => {
const problem_set_store = useProblemSetStore();
const set_problem_store = useSetProblemStore();
const hw1 = problem_set_store.findProblemSet({ set_name: 'HW #1' });
hw1 = problem_set_store.findProblemSet({ set_name: 'HW #1' }) as HomeworkSet;
expect(hw1?.set_name).toStrictEqual('HW #1');

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

0 comments on commit 2560ddc

Please sign in to comment.