Skip to content

Commit

Permalink
Write progress message
Browse files Browse the repository at this point in the history
  • Loading branch information
tekgator committed Jun 3, 2023
1 parent 6ea8f9b commit d6032c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MinecraftJars.Tests/DependencyInjectionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ public void DependencyInjection_Success()
{
using var serviceProvider = new ServiceCollection().AddMinecraftJar().BuildServiceProvider();
Assert.That(serviceProvider.GetService<IMinecraftJar>(), Is.Not.Null);

TestContext.Progress.WriteLine("{0}: Injected {1} successful",
nameof(DependencyInjection_Success), nameof(IMinecraftJar));
}
}

0 comments on commit d6032c1

Please sign in to comment.