Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit f2fd933

Browse files
author
Seraphim R.P
committed
Adjust test to account for populated version values.
1 parent bafa55b commit f2fd933

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

main_test.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ func TestBibleGatewayVerses(t *testing.T) {
4646
EndingChapter: 3,
4747
EndingVerse: 0,
4848
Version: models.Version{
49-
Abbreviation: "RSV",
50-
Source: "bg",
49+
Name: "Revised Standard Version (RSV)",
50+
Abbreviation: "RSV",
51+
Source: "bg",
52+
SupportsOldTestament: true,
53+
SupportsNewTestament: true,
54+
SupportsDeuterocanon: true,
5155
},
5256

5357
IsOT: true,

0 commit comments

Comments
 (0)