Skip to content

Commit 0a5d16b

Browse files
committed
oops
1 parent 4e04e36 commit 0a5d16b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BizHawk.Tests/Client.Common/Movie/PagedStateManagerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace BizHawk.Tests.Client.Common.Movie
99
public class PagedStateManagerTests
1010
{
1111
// Current PagedStateManager uses 4KB pages (4092 bytes of state data per page)
12-
const int PAGE_COUNT = 256;
13-
const int STATE_BYTES_PER_PAGE = 4092;
12+
private const int PAGE_COUNT = 256;
13+
private const int STATE_BYTES_PER_PAGE = 4092;
1414

1515
private void WithRatioVariety(Action<PagedStateManager> action, IStatable source, List<int>? reserved = null)
1616
{

0 commit comments

Comments
 (0)