Skip to content

Commit 2aafe9e

Browse files
committed
*sigh* how did that get past the tests
1 parent 5f72d3d commit 2aafe9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NexusMods.MnemonicDB/Connection.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ public async Task StartAsync(CancellationToken cancellationToken)
182182
/// <inheritdoc />
183183
public Task StopAsync(CancellationToken cancellationToken)
184184
{
185-
throw new NotImplementedException();
185+
// Nothing to do
186+
return Task.CompletedTask;
186187
}
187188
}

0 commit comments

Comments
 (0)