aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-04-17 15:25:36 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-04-17 15:25:36 -0600
commit8e5bf91607d5d222f22676411eda7c0ac9a90427 (patch)
tree719c690e91a49be905542e6931e32877fd3ada63
parentac627be0303bdb611fb04ae72f0f72afa4d3372b (diff)
rename
-rw-r--r--Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift b/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift
index 959d357..72b4326 100644
--- a/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift
+++ b/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift
@@ -1,7 +1,7 @@
import XCTest
@testable import SwiftChessNeo
-final class Sage2Tests: XCTestCase {
+final class SwiftChessNeoTests: XCTestCase {
func testBoardInitializer() {
XCTAssertEqual(Board(variant: .standard), Board())