mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 09:16:39 +00:00
fix warnings
This commit is contained in:
@@ -13,7 +13,7 @@ namespace SatelliteProvider.Tests;
|
||||
public class DummyTests
|
||||
{
|
||||
[Fact]
|
||||
public async Task Dummy_ShouldWork()
|
||||
public void Dummy_ShouldWork()
|
||||
{
|
||||
Assert.Equal(1, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user