Skip to content

Commit 80f3e2a

Browse files
committed
Test behaviour of Unit test workflow with a failed unit test
1 parent 7cc05c1 commit 80f3e2a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/Couchbase.Analytics.UnitTests/Internal/BlockingAnalyticsResultTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ public async Task InitializeAsync_ShouldReadResponseStream()
2323
// No exception should be thrown, and the method should complete successfully.
2424
}
2525

26+
[Fact]
27+
public void GHA_Test()
28+
{
29+
Assert.True(false);
30+
}
31+
2632
[Fact]
2733
public async Task Error_23000_ShouldHaveErrorMessageAndCode()
2834
{

0 commit comments

Comments
 (0)