Skip to content

Commit

Permalink
Update linuxmain
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jan 16, 2020
1 parent 2b87092 commit 70ff24b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Tests/OpenAPIKitTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,18 @@ extension DocumentTests {
("test_minimal_decode", test_minimal_decode),
("test_minimal_encode", test_minimal_encode),
("test_missingSecuritySchemeError", test_missingSecuritySchemeError),
("test_specifyExternalDocs_decode", test_specifyExternalDocs_decode),
("test_specifyExternalDocs_encode", test_specifyExternalDocs_encode),
("test_specifyOpenAPIVersion_decode", test_specifyOpenAPIVersion_decode),
("test_specifyOpenAPIVersion_encode", test_specifyOpenAPIVersion_encode),
("test_specifyPaths_decode", test_specifyPaths_decode),
("test_specifyPaths_encode", test_specifyPaths_encode),
("test_specifySecurity_decode", test_specifySecurity_decode),
("test_specifySecurity_encode", test_specifySecurity_encode),
("test_specifyServers_decode", test_specifyServers_decode),
("test_specifyServers_encode", test_specifyServers_encode),
("test_specifyTags_decode", test_specifyTags_decode),
("test_specifyTags_encode", test_specifyTags_encode),
]
}

Expand Down

0 comments on commit 70ff24b

Please sign in to comment.