[fix] server word count, [add] client word count
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-26 20:20:58 -04:00
parent b9b9ad2098
commit 1b8b5060f1
3 changed files with 26 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ import (
)
func TestGetWordCount(t *testing.T) {
var want int64 = 30477
var want int64 = 30080
wordCount, err := countEPUBWords("../_test_files/alice.epub")
if wordCount != want {