Skip to content

Commit

Permalink
a?
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji committed Aug 7, 2024
1 parent f3cde5f commit efbf57e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/MaaFramework.Binding.UnitTests/Test_GithubActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
[TestClass]
public class Test_GithubActions
{

[AssemblyInitialize]
public static void AssemblyInitialize(TestContext testContext)
[ClassInitialize]
public static void ClassInitialize(TestContext testContext)
{
//
}

[AssemblyCleanup]
public static void AssemblyCleanup()
[ClassCleanup]
public static void ClassCleanup()
{
//
}
Expand Down

0 comments on commit efbf57e

Please sign in to comment.