Skip to content

Commit

Permalink
a bit more lang testing
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Jun 11, 2020
1 parent 098b209 commit 072f1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pyff/test/test_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ def test_lang_sv(self):
config.langs = langs_save
assert (name == 'Example universitet')
assert (desc == 'Identity Provider för Example universitet')
name, desc = entity_extended_display(e)
assert (name == 'Example University')
assert (desc == 'Identity Provider for Example University')

def test_utils(self):
entity_id = root(self.t).get('entityID')
Expand Down

0 comments on commit 072f1a9

Please sign in to comment.