Skip to content

Commit 199765b

Browse files
author
William Templeton
committed
Streamlined test naming
1 parent 8567242 commit 199765b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/TypesenseTests/TypesenseAnalyticsTests.swift renamed to Tests/TypesenseTests/AnalyticsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import XCTest
22
@testable import Typesense
33

4-
final class TypesenseAnalyticsTests: XCTestCase {
4+
final class AnalyticsTests: XCTestCase {
55
func testAnalyticsRuleCreate() async {
66
let config = Configuration(nodes: [Node(host: "localhost", port: "8108", nodeProtocol: "http")], apiKey: "xyz")
77
let client = Client(config: config)

Tests/TypesenseTests/ApiCallTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import XCTest
22

33
@testable import Typesense
44

5-
final class ApiCallTests: XCTestCase {
5+
final class A_ApiCallTests: XCTestCase {
66

77
func testDefaultConfiguration() {
88
let apiCall = ApiCall(config: Configuration(nodes: [Node(host: "localhost", port: "8108", nodeProtocol: "http")], apiKey: "xyz"))

0 commit comments

Comments
 (0)