Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
ignas-sakalauskas committed Sep 1, 2020
1 parent 870decc commit 2ba4f38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/SimpleIntegrationTest/NotificationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<IAmazonSimpleNotificationService>();
var testReceiver = sp.GetService<ISnsTestReceiver>();
var testReceiver = sp.GetService<ISnsTestReceiverClient>();

// When
await sns.PublishAsync(request);
Expand Down
2 changes: 1 addition & 1 deletion example/SimpleIntegrationTest/SimpleIntegrationTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.5.0.6" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="SnsTestReceiver.Sdk" Version="0.2.1" />
<PackageReference Include="SnsTestReceiver.Sdk" Version="0.3.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 2ba4f38

Please sign in to comment.