Skip to content

Commit

Permalink
fix test for monthBlog
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin.moutte.etu committed Jul 5, 2024
1 parent 0ce56f0 commit c404941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microdown-Blog-Tests/MicBlogCreatorTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ MicBlogCreatorTest >> testInitializeMonthList [

blog initializeMonthList: listSingleSummarizer.

self assert: (fileSystem / 'html' / '_monthBlog') allFiles size equals: 2
self assert: (fileSystem / 'html' / 'monthBlog') allFiles size equals: 2
]

{ #category : 'tests' }
Expand Down

0 comments on commit c404941

Please sign in to comment.