Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Szer committed Oct 18, 2024
1 parent 2f54c27 commit 3bcc323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VahterBanBot.Tests/ContainerTestBase.fs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ type VahterTestContainers() =
do! appContainer.DisposeAsync()
do! dbContainer.DisposeAsync()
// do! image.DisposeAsync() // might be faster not to dispose base image to cache?
}
}

member _.Http = httpClient
member _.Uri = uri
Expand Down

0 comments on commit 3bcc323

Please sign in to comment.