Skip to content

Commit e7ecb9c

Browse files
authored
Merge pull request #26 from grinvlad/patch-1
Fix filename in script
2 parents 7b13f5b + d00908d commit e7ecb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-array-seq/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
python3 -m doctest bisect_demo.py
3-
python3 -m doctest metro_lat_long.py
3+
python3 -m doctest metro_lat_lon.py
44
pytest -q --nbval

0 commit comments

Comments
 (0)