Skip to content

Commit

Permalink
delete the fileReference
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahtathy committed Aug 6, 2024
1 parent 08f4b66 commit bd95e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MicroEd-Tests/MDFileTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ MDFileTest >> tearDown [
toDelete
select: [ :path | memoryFS exists: path ]
thenDo: [ :path | path ensureDelete ].
mdfile fileReference delete.
super tearDown
]

Expand Down Expand Up @@ -113,6 +112,8 @@ MDFileTest >> testMDFileHasFileReferenceHasMetaData [
root := MicrodownParser parse: mdfile contents.
self assert: root hasMetaDataElement.

mdfile fileReference delete.


]

Expand Down

0 comments on commit bd95e86

Please sign in to comment.