File: fix-unittest

package info (click to toggle)
python-iso3166 0.8.git20170319-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: python: 633; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix outdated unittest
Author: W. Martin Borgert <debacle@debian.org>
Origin: vendor
Last-Update: 2017-05-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/test_lookup.py
+++ b/tests/test_lookup.py
@@ -42,7 +42,7 @@
 
 
 def test_name():
-    check_lookup("US", ["united states", "United STates"], ["zzzzz"])
+    check_lookup("US", ["united states of america", "United STates of america"], ["zzzzz"])
 
 
 def test_numeric():