Skip to content

Commit

Permalink
Rename test project
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Oct 13, 2024
1 parent acb4d89 commit a31c493
Show file tree
Hide file tree
Showing 43 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion TruckLib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "02-Prefabs", "Samples\02-Pr
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{AC4C4972-7FD4-45EE-91EC-B6B3261687EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TruckLibTests", "TruckLibTests\TruckLibTests.csproj", "{FFB08224-0624-4EFC-B8B8-0A816CAEA056}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TruckLib.Tests", "TruckLib.Tests\TruckLib.Tests.csproj", "{FFB08224-0624-4EFC-B8B8-0A816CAEA056}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "03-RealRoad", "Samples\03-RealRoad\03-RealRoad.csproj", "{BEA35216-1AEA-42A1-B5DE-A6B2F69D1C46}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion TruckLib/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Text;
using System.Threading.Tasks;

[assembly: InternalsVisibleTo("TruckLibTests")]
[assembly: InternalsVisibleTo("TruckLib.Tests")]
namespace TruckLib
{
internal static class Utils
Expand Down

0 comments on commit a31c493

Please sign in to comment.