Skip to content

Commit 280b35b

Browse files
author
Stormacq, Sebastien
committed
silence warning
1 parent e7061ca commit 280b35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-function/Tests/handlerTests/HandlerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class HandlerTests: XCTestCase {
2727
let output = String(data: data, encoding: .utf8)
2828

2929
//XCTAssertEqual(output, "Hello, world!\n")
30-
XCTAssert(true)
30+
XCTAssert(output != nil)
3131
}
3232

3333
/// Returns path to the built products directory.

0 commit comments

Comments
 (0)