Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit b6a74c5

Browse files
Shaking up the input order a bit
1 parent 5217321 commit b6a74c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/UnitTests/IO/StatusOutputProcessorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ public void ShouldSortOutputCorrectly()
251251
var output = new[]
252252
{
253253
"## master",
254-
"?? Assets/Assets.Test.dll",
255254
"?? Assets/Assets.Test.dll.meta",
255+
"?? Assets/Assets.Test.dll",
256256
"?? Plugins/GitHub.Unity.dll",
257257
"?? Plugins/GitHub.Unity.dll.mdb",
258258
"?? Plugins/GitHub.Unity.dll.mdb.meta",

0 commit comments

Comments
 (0)