Skip to content

Commit 106b1c0

Browse files
author
Adrian Hall
committed
(#204) Fix of style rules.
1 parent 4f7fb10 commit 106b1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CommunityToolkit.Datasync.Server.Test/Live/LiteDb_Controller_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected override Task<IRepository<LiteDbMovie>> GetPopulatedRepositoryAsync()
4848
}
4949

5050
protected override Task<string> GetRandomEntityIdAsync(bool exists)
51-
=> Task.FromResult(exists ? this.movies[random.Next(this.movies.Count)].Id : Guid.NewGuid().ToString());
51+
=> Task.FromResult(exists ? this.movies[this.random.Next(this.movies.Count)].Id : Guid.NewGuid().ToString());
5252

5353
public void Dispose()
5454
{

0 commit comments

Comments
 (0)