File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Modules/Tests/NetworkingTests/Remote Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ final class OrdersRemoteTests: XCTestCase {
6060
6161 /// Verifies that loadAllOrders properly parses the `orders-load-all` sample response.
6262 ///
63- func testLoadAllOrdersProperlyReturnsParsedOrders ( ) async throws {
63+ func test_loadAllOrders_properly_returns_parsed_orders ( ) async throws {
6464 // Given
6565 let remote = OrdersRemote ( network: network)
6666
@@ -75,7 +75,7 @@ final class OrdersRemoteTests: XCTestCase {
7575
7676 /// Verifies that loadAllOrders properly relays Networking Layer errors.
7777 ///
78- func testLoadAllOrdersProperlyRelaysNetworkingErrors ( ) async throws {
78+ func test_loadAllOrders_properly_relays_networking_errors ( ) async throws {
7979 // Given
8080 let remote = OrdersRemote ( network: network)
8181
You can’t perform that action at this time.
0 commit comments