Skip to content

Commit b9c2859

Browse files
committed
fix: apply command to SurrealDbContainerFixture
1 parent 1769fee commit b9c2859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CommunityToolkit.Aspire.SurrealDb.Tests/SurrealDbContainerFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public async Task InitializeAsync()
5353
.WithWaitStrategy(Wait.ForUnixContainer().UntilHttpRequestIsSucceeded(r => r.ForPort(_port)))
5454
.WithEnvironment("SURREAL_USER", _username)
5555
.WithEnvironment("SURREAL_PASS", _password)
56+
.WithCommand("start", "memory")
5657
.Build();
5758

5859
await Container.StartAsync();

0 commit comments

Comments
 (0)