Skip to content

Commit 4dfaece

Browse files
Copilotthomhurst
andcommitted
Add [Test] attribute to HookTimeoutTests test methods
Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com>
1 parent dfaceae commit 4dfaece

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TUnit.Engine.Tests/HookTimeoutTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace TUnit.Engine.Tests;
55

66
public class HookTimeoutTests(TestMode testMode) : InvokableTestBase(testMode)
77
{
8+
[Test]
89
public async Task ClassHook_WithTimeout_ShouldFail()
910
{
1011
await RunTestsWithFilter(
@@ -17,6 +18,7 @@ await RunTestsWithFilter(
1718
]);
1819
}
1920

21+
[Test]
2022
public async Task AssemblyHook_WithTimeout_ShouldPass()
2123
{
2224
await RunTestsWithFilter(

0 commit comments

Comments
 (0)