summaryrefslogtreecommitdiff
path: root/internal/readings/partids_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/readings/partids_test.go')
-rw-r--r--internal/readings/partids_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/readings/partids_test.go b/internal/readings/partids_test.go
index 1ba9373..fdbd816 100644
--- a/internal/readings/partids_test.go
+++ b/internal/readings/partids_test.go
@@ -35,7 +35,7 @@ func TestDayInfoCarriesRank(t *testing.T) {
// them instead, seven of the nine 1962 IDs were wrong and the epistle's
// checkbox did nothing.
func TestPartIDs(t *testing.T) {
- wantNew := []string{"pierwsze_czytanie", "psalm", "drugie_czytanie", "aklamacja", "ewangelia"}
+ wantNew := []string{"pierwsze_czytanie", "psalm", "drugie_czytanie", "ewangelia"}
wantOld := []string{"epistola", "evangelium"}
if got := PartIDs("new"); !equalSlice(got, wantNew) {
t.Errorf("PartIDs(new) = %v, want %v", got, wantNew)