Skip to content

Commit

Permalink
remove project ref
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft committed Oct 20, 2023
1 parent ec19e7b commit a402491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,4 @@
<Compile Include="$(AzureCoreAmqpSharedSources)AmqpAnnotatedMessageConverter.cs" LinkBase="SharedSource\Azure.Core.Amqp" />
<Compile Include="$(AzureCoreAmqpSharedSources)MessageBody.cs" LinkBase="SharedSource\Azure.Core.Amqp" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Azure.Messaging.ServiceBus\src\Azure.Messaging.ServiceBus.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ await SettlementService.Deadletter(
"Azure.Messaging.ServiceBus.ServiceBusException: The lock supplied is invalid.",
exception.ToString());

// The service doesn't seem to throw when an already settled message gets abandoned over the mgmt link. Will need to discuss
// with service team.
// The service doesn't throw when an already settled message gets abandoned over the mgmt link, so we won't
// test for that here.

_waitHandle1.Set();
}
Expand Down

0 comments on commit a402491

Please sign in to comment.