Skip to content

Commit b8d3e72

Browse files
thomasjpfancmccandless
authored andcommitted
pangram: updates tests to v1.4.1 (exercism#1484)
1 parent f443f64 commit b8d3e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/pangram/pangram_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pangram import is_pangram
44

55

6-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.4.0
6+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.4.1
77

88
class PangramTest(unittest.TestCase):
99

0 commit comments

Comments
 (0)