aboutsummaryrefslogtreecommitdiff
path: root/internal/readings/readings_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/readings/readings_test.go')
-rw-r--r--internal/readings/readings_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/readings/readings_test.go b/internal/readings/readings_test.go
index f3375f6..143b43e 100644
--- a/internal/readings/readings_test.go
+++ b/internal/readings/readings_test.go
@@ -103,7 +103,7 @@ func TestLoadModern(t *testing.T) {
// needs the network, and yields the EF epistle+gospel with a header name.
func TestLoadTraditional(t *testing.T) {
cfg := config.Config{Lectionary: "traditional"}
- secs, info, err := Load(cfg, Options{Date: "2026-07-22", Offline: true, All: true})
+ secs, info, err := Load(cfg, Options{Date: "2026-07-22", All: true})
if err != nil {
t.Fatalf("Load: %v", err)
}