Skip to content

Commit 8f4e9c5

Browse files
committed
Update test_validate_format.py
1 parent 693baf2 commit 8f4e9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_validate_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def test_project_files():
6-
files = glob.glob("_projects/*.md")
6+
files = sorted(glob.glob("_projects/*.md"))
77
errors = []
88
for file in files:
99
try:

0 commit comments

Comments
 (0)