We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fb6a0 commit 2ab6ddaCopy full SHA for 2ab6dda
source/Halibut.Tests/HalibutExamplesFixture.cs
@@ -5,12 +5,13 @@
5
using Halibut.Tests.TestServices;
6
using Halibut.Tests.TestServices.Async;
7
using Halibut.TestUtils.Contracts;
8
+using NUnit.Framework;
9
10
namespace Halibut.Tests
11
{
12
public class HalibutExamplesFixture : BaseTest
13
- [RedisTest]
14
+ [Test]
15
public async Task SimplePollingExample()
16
17
var services = GetDelegateServiceFactory();
source/Halibut.Tests/LocalExecutionModeFixture.cs
@@ -23,6 +23,7 @@ namespace Halibut.Tests
23
24
public class LocalExecutionModeFixture : BaseTest
25
26
+ [RedisTest]
27
[Test]
28
public async Task SimpleLocalExecutionExample()
29
0 commit comments