Skip to content

Commit

Permalink
remove internal set for SyncSuccess to be able to mock it
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.barbolin committed Jun 24, 2024
1 parent 01d8982 commit 01cb6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aer.Memcached.Client/Models/MemcachedClientResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class MemcachedClientResult
/// If set to <c>true</c>, then no errors occured on cached sync side.
/// It is set as <c>false</c> when cache sync is not enabled.
/// </summary>
public bool SyncSuccess { get; internal set; }
public bool SyncSuccess { get; set; }

/// <summary>
/// Gets an instance of <see cref="MemcachedClientResult"/> with a successful result.
Expand Down

0 comments on commit 01cb6ba

Please sign in to comment.