Skip to content

Commit

Permalink
Lords of Riverrun were named 'Tully'. (#51)
Browse files Browse the repository at this point in the history
* Update Test.php

* Update description.ru.yml
  • Loading branch information
Oliverity authored and mokevnin committed Jan 11, 2019
1 parent 436fcd0 commit 66ef38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/45-logic/50-else-if/Test.php
Expand Up @@ -9,7 +9,7 @@
$path = __DIR__ . '/index.php';
require $path;

Assert::that(whoIsThisHouseToStarks('Tally'))->eq('friend');
Assert::that(whoIsThisHouseToStarks('Tully'))->eq('friend');
Assert::that(whoIsThisHouseToStarks('Karstark'))->eq('friend');
Assert::that(whoIsThisHouseToStarks('Lannister'))->eq('enemy');
Assert::that(whoIsThisHouseToStarks('Martell'))->eq('neutral');
Expand Down
2 changes: 1 addition & 1 deletion modules/45-logic/50-else-if/description.ru.yml
Expand Up @@ -96,7 +96,7 @@ instructions: |
Правила определения:
* Друзья (`'friend'`): 'Karstark', 'Tally'
* Друзья (`'friend'`): 'Karstark', 'Tully'
* Враги (`'enemy'`): 'Lannister', 'Frey'
* Любые другие семьи считаются нейтральными
Expand Down

0 comments on commit 66ef38c

Please sign in to comment.