Skip to content

Commit

Permalink
fix: update references
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Sep 16, 2023
1 parent 18aabb7 commit fc208a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TestPackage/TestPackage.Tests/TestPackage.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
<!-- Include the package to test. -->
<ProjectReference Include="../TestPackage/TestPackage.csproj" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion TestPackage/TestPackage.Tests/test/Tests.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
namespace TestPackage.Tests;

using System.Reflection;
using Chickensoft.GoDotTest;
using Godot;
using GoDotTest;

public partial class Tests : Node2D {
public override void _Ready()
Expand Down
2 changes: 1 addition & 1 deletion TestPackage/TestPackage.Tests/test/src/PackageTest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace TestPackage.Tests;

using Chickensoft.GoDotTest;
using Godot;
using GoDotTest;
using Shouldly;

public class PackageTest : TestClass {
Expand Down

0 comments on commit fc208a6

Please sign in to comment.