Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Sep 18, 2024
1 parent 7d35337 commit 408a18b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/cfapi/filesystem/filesystem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ func (i *testInstance) start() {
if err != nil {
log.Fatal().Err(err).Send()
}
err = i.closer.PerformSynchronization()
if err != nil {
log.Fatal().Err(err).Send()
}
}

func (i *testInstance) osWriteFile(filename string, content string) error {
Expand Down

0 comments on commit 408a18b

Please sign in to comment.