Skip to content

Commit 06262ea

Browse files
committed
add tests
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 726e283 commit 06262ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wf_build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: start-rabbitmq
6565
run: ${{ github.workspace }}/.ci/ubuntu/cluster/gha-setup.sh
6666
- name: Test
67-
timeout-minutes: 15
67+
timeout-minutes: 20
6868
run: dotnet test ${{ github.workspace }}/Build.csproj --no-restore --no-build --logger "console;verbosity=detailed"
6969
- name: Check for errors in RabbitMQ logs
7070
run: ${{ github.workspace}}/.ci/ubuntu/cluster/gha-logs.sh check

Tests/Consumer/ConsumerOutcomeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public void ValidateAnnotations()
2121
{
2222
{ wrongAnnotationKey, annotationValue }
2323
}));
24-
24+
2525
const string correctAnnotationKey = "x-otp-annotation-key";
2626
// This should not throw an exception because the annotation key starts with "x-"
2727
Utils.ValidateMessageAnnotations(new Dictionary<string, object>

0 commit comments

Comments
 (0)