Skip to content

Commit 9e5c5c6

Browse files
committed
Correct typo in tile type bench
1 parent 90a48c0 commit 9e5c5c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TerrariaServerAPI.Tests/Benchmarks/TileTypeBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected override void OnSetup()
5353
public void Type_2d() => Type(_2d);
5454

5555
[Benchmark, Test]
56-
public void Struct() => Type(_struct);
56+
public void Type_Struct() => Type(_struct);
5757
#endif
5858

5959
public void Type(ICollection<ITile> provider)

0 commit comments

Comments
 (0)