Skip to content

Commit 0bfc288

Browse files
committed
fixup! Refactor unwrapping of temp repository on unix
1 parent e016f01 commit 0bfc288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/TestHelpers/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ namespace LibGit2Sharp.Tests.TestHelpers
77
{
88
public static class Constants
99
{
10+
public static readonly bool IsRunningOnUnix = IsUnixPlatform();
1011
public static readonly string TemporaryReposPath = BuildPath();
1112
public const string UnknownSha = "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef";
1213
public static readonly Identity Identity = new Identity("A. U. Thor", "[email protected]");
1314
public static readonly Signature Signature = new Signature(Identity, new DateTimeOffset(2011, 06, 16, 10, 58, 27, TimeSpan.FromHours(2)));
14-
public static readonly bool IsRunningOnUnix = IsUnixPlatform();
1515

1616
private static bool IsUnixPlatform()
1717
{

0 commit comments

Comments
 (0)