File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public async Task VerifySurrealDbResource()
47
47
48
48
await app . StartAsync ( ) ;
49
49
50
- await app . ResourceNotifications . WaitForResourceHealthyAsync ( surrealServer . Resource . Name , ct ) ;
50
+ await app . ResourceNotifications . WaitForResourceHealthyAsync ( db . Resource . Name , ct ) ;
51
51
52
52
var hb = Host . CreateApplicationBuilder ( ) ;
53
53
@@ -113,6 +113,7 @@ public async Task WithDataShouldPersistStateBetweenUsages(bool useVolume)
113
113
await app . StartAsync ( cts . Token ) ;
114
114
115
115
await app . ResourceNotifications . WaitForResourceHealthyAsync ( surrealServer1 . Resource . Name , cts . Token ) ;
116
+ await app . ResourceNotifications . WaitForResourceHealthyAsync ( db1 . Resource . Name , cts . Token ) ;
116
117
117
118
try
118
119
{
@@ -161,6 +162,7 @@ public async Task WithDataShouldPersistStateBetweenUsages(bool useVolume)
161
162
await app . StartAsync ( cts . Token ) ;
162
163
163
164
await app . ResourceNotifications . WaitForResourceHealthyAsync ( surrealServer2 . Resource . Name , cts . Token ) ;
165
+ await app . ResourceNotifications . WaitForResourceHealthyAsync ( db2 . Resource . Name , cts . Token ) ;
164
166
165
167
try
166
168
{
You can’t perform that action at this time.
0 commit comments