summaryrefslogtreecommitdiff
path: root/internal/handlers/heuristic_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/heuristic_test.go')
-rw-r--r--internal/handlers/heuristic_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/heuristic_test.go b/internal/handlers/heuristic_test.go
index f76fdc0..dc8620a 100644
--- a/internal/handlers/heuristic_test.go
+++ b/internal/handlers/heuristic_test.go
@@ -63,7 +63,7 @@ func TestHandleTasks_Heuristic(t *testing.T) {
}
// Create Handler
- h := NewTabsHandler(db)
+ h := NewTabsHandler(db, "../../web/templates")
// Skip if templates are not loaded
if h.templates == nil {