Skip to content

Commit

Permalink
Bring tests into working order after a period of neglect
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambigeara committed Oct 1, 2022
1 parent 64c23e0 commit a847739
Show file tree
Hide file tree
Showing 6 changed files with 1,648 additions and 1,727 deletions.
2 changes: 1 addition & 1 deletion cmd/debug/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {

webTokens := service.NewFileWebTokenStore(root)
localWalFile := service.NewLocalFileWalFile(root)
r := service.NewDBListRepo(localWalFile, webTokens, 0, 0)
r := service.NewDBListRepo(localWalFile, webTokens)

r.DebugWriteEventsToFile(root, key)
}
Loading

0 comments on commit a847739

Please sign in to comment.