Skip to content

Commit fafccb2

Browse files
committed
enable http header test
1 parent e0a692d commit fafccb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AWSLambdaEventsTests/Utils/HTTPHeadersTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import AWSLambdaEvents
1616
import XCTest
1717

1818
class HTTPHeadersTests: XCTestCase {
19-
func first() throws {
19+
func testFirst() throws {
2020
let headers: HTTPHeaders = [
2121
":method": "GET",
2222
"foo": "bar",

0 commit comments

Comments
 (0)