Skip to content

Commit 0a1c033

Browse files
author
Per Kops
committed
test: mark BackgroundServiceBaseTests as sealed
1 parent d9aac62 commit 0a1c033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Atc.Hosting.Tests/BackgroundServiceBaseTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace Atc.Hosting.Tests;
22

3-
public class BackgroundServiceBaseTests
3+
public sealed class BackgroundServiceBaseTests
44
{
55
[Fact]
66
public void StartAsync_Returns_CompletedTask_If_LongRunningTask_Is_Incomplete()

0 commit comments

Comments
 (0)