Skip to content

Commit

Permalink
Fix class name + update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Aug 8, 2024
1 parent 3a61875 commit 1977580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu.Framework.Tests/Graphics/RendererTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

namespace osu.Framework.Tests.Graphics
{
public class TextureTest
public class RendererTest
{
[Test]
public void TestWhitePixel_EarlyReturn_UpdatesTextureWrapping()
public void TestWhitePixelReuseUpdatesTextureWrapping()
{
DummyRenderer renderer = new DummyRenderer();

Expand Down

0 comments on commit 1977580

Please sign in to comment.