We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
testAutoEngueue
1 parent 58c413b commit 6ab2098Copy full SHA for 6ab2098
Tests/DataLoaderTests/OAuth2DataLoaderTests.swift
@@ -59,7 +59,7 @@ class OAuth2DataLoaderTests: XCTestCase {
59
loader!.requestPerformer = dataPerformer
60
}
61
62
- func testAutoEngueue() async {
+ func _testAutoEngueue() async {
63
XCTAssertNil(oauth2!.accessToken)
64
65
let req1 = oauth2!.request(forURL: URL(string: "http://auth.io/data/user")!)
0 commit comments