Skip to content

Commit

Permalink
Save projects to actual file
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 25, 2024
1 parent 0e8be77 commit 9837ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/OpenPonk-Core/OPExamplePersistenceTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ OPExamplePersistenceTest >> createExampleModel [
OPExamplePersistenceTest >> setUp [

super setUp.
file := FileSystem memory root / 'example-persistence-test.opp'.
file := FileSystem workingDirectory / 'example-persistence-test.opp'.
file ensureDelete
]

Expand Down

0 comments on commit 9837ea2

Please sign in to comment.