Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe committed Nov 5, 2024
1 parent 1246e4e commit 15eeed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SQSTests: XCTestCase {

func test_QueryCompatible() async throws {
do {
let response = try await client.getQueueUrl(input: .init(queueName: "non-existent-queue-123"))
_ = try await client.getQueueUrl(input: .init(queueName: "non-existent-queue-123"))
XCTFail("Expected an error to be thrown!")
} catch let error as QueueDoesNotExist {
let errorCode = error.errorCode
Expand Down

0 comments on commit 15eeed9

Please sign in to comment.