Skip to content

Commit

Permalink
enable testCandle
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Dec 15, 2023
1 parent 00608e6 commit 389c53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DXFeedFrameworkTests/DXExceptPublisherTests.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"CandleTests\/testParseLongSymbol()",
"CandleTests\/testParseShortSymbol()",
"CandleTests\/testSnapshot()",
"DXConnectionTest\/testConnection()",
"DXConnectionTest\/testDXLinkConnection()",
"DXConnectionTest\/testPerformanceExample()",
"DateTests\/testDateConvert()",
"DateTests\/testExample()",
Expand All @@ -47,6 +45,7 @@
"EndpointTest\/testGetInstance()",
"EndpointTest\/testSupportProperty()",
"EventsTest\/testConversion()",
"FeedTest\/testCandle()",
"FeedTest\/testCreateSymbol()",
"FeedTest\/testFeedCreateMultipleSubscription()",
"FeedTest\/testFeedCreateMultipleSubscriptionWithSymbol()",
Expand Down
2 changes: 1 addition & 1 deletion DXFeedFrameworkTests/FeedTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ final class FeedTest: XCTestCase {
return anonymCl
}
try subscription?.add(listener: listener)
try subscription?.addSymbols(["ETH/USD:GDAX", "IBM"])
try subscription?.addSymbols(["ETH/USD:GDAX", "IBM", "AAPL"])
wait(for: [receivedEventExp], timeout: 10)
}
}

0 comments on commit 389c53c

Please sign in to comment.