Skip to content

Commit

Permalink
update to fsrs-rs v1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Jul 14, 2024
1 parent 23b581c commit fd184cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fsrs-rs
4 changes: 2 additions & 2 deletions sandbox/tests/prod.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test('check memory state', async ({ page }) => {
intervals: [200],
},
)
.toEqual([27, 5])
.toEqual([29, 5])
})

test('check next interval', async ({ page }) => {
Expand Down Expand Up @@ -63,5 +63,5 @@ test('check progress and parameters', async ({ page }) => {
intervals: [200],
},
)
.toEqual(17)
.toEqual(19)
})

0 comments on commit fd184cf

Please sign in to comment.