Skip to content

Commit

Permalink
Fix name in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Jan 4, 2025
1 parent 9d6856f commit 54c08e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Testing
import Foundation

@testable import ChessBoard
@testable import Chessboard

let RUNALL = Bool(ProcessInfo.processInfo.environment["RUNALL", default: "true"]) ?? false

@Suite struct ChessBoardTests {
@Suite struct ChessboardTests {
func generateBoard() -> [String] {
var board = [String]()
let files2 = ["A", "B", "C", "D", "E", "F", "G", "H"]
Expand Down

0 comments on commit 54c08e9

Please sign in to comment.