Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ authored Jul 23, 2023
1 parent 1310a58 commit 2798b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragaliaAPI.Shared.Test/Unit/MasterAssetTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace DragaliaAPI.Shared.Test.Unit;

public class MasterAssetTest
{
[Fact]
[Fact]
public void CharaData_Get_ReturnsExpectedProperties()
{
CharaData laxi = MasterAsset.MasterAsset.CharaData.Get(Charas.GalaLaxi);
Expand Down

0 comments on commit 2798b5c

Please sign in to comment.