From 2ba4f38216d83e10c7172c20e61fc21cecb0a749 Mon Sep 17 00:00:00 2001 From: ignas-sakalauskas Date: Tue, 1 Sep 2020 22:57:39 +0100 Subject: [PATCH] Update example --- example/SimpleIntegrationTest/NotificationTests.cs | 2 +- example/SimpleIntegrationTest/SimpleIntegrationTest.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/SimpleIntegrationTest/NotificationTests.cs b/example/SimpleIntegrationTest/NotificationTests.cs index 04dc44a..afad284 100644 --- a/example/SimpleIntegrationTest/NotificationTests.cs +++ b/example/SimpleIntegrationTest/NotificationTests.cs @@ -50,7 +50,7 @@ public async Task Given_sns_notification_sent_successfully_then_the_notification await using var sp = collection.BuildServiceProvider(); var sns = sp.GetService(); - var testReceiver = sp.GetService(); + var testReceiver = sp.GetService(); // When await sns.PublishAsync(request); diff --git a/example/SimpleIntegrationTest/SimpleIntegrationTest.csproj b/example/SimpleIntegrationTest/SimpleIntegrationTest.csproj index 885a712..0472af3 100644 --- a/example/SimpleIntegrationTest/SimpleIntegrationTest.csproj +++ b/example/SimpleIntegrationTest/SimpleIntegrationTest.csproj @@ -10,7 +10,7 @@ - + all