Skip to content

Commit

Permalink
Extremely minor modernization
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayrtahn committed Dec 16, 2024
1 parent b42e7e0 commit 9b0bbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.IntegrationTests/Tests/Lathe/LatheTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public async Task AllLatheRecipesValidTest()
await using var pair = await PoolManager.GetServerClient();

var server = pair.Server;
var proto = server.ResolveDependency<IPrototypeManager>();
var proto = server.ProtoMan;

Assert.Multiple(() =>
{
Expand Down

0 comments on commit 9b0bbbe

Please sign in to comment.