Skip to content

Commit

Permalink
fix: TestHelpAssociations
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksimall89 committed Feb 13, 2021
1 parent 3b19430 commit 3618403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/funcHelp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ func TestHelpAssociations(t *testing.T) {
}

var tests = []testPair{
{"поле", "пшеница луг простор трава"},
{"поле", "пшеница"},
{"фывфывйуфывфы", strNotWords},
{"электростанция", "аэс тэс провода энергия"},
{"электростанция", "аэс"},
}

for _, pair := range tests {
Expand Down

0 comments on commit 3618403

Please sign in to comment.