Skip to content

Commit

Permalink
Add testGameFromMoves to allTests array
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Aug 3, 2016
1 parent a1614b6 commit bc0d720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Sage/SageTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class SageTests: XCTestCase {
("testMoveRotation", testMoveRotation),
("testMoveOperator", testMoveOperator),
("testGameRandomMoves", testGameRandomMoves),
("testGameFromMoves", testGameFromMoves),
("testGameDoubleStep", testGameDoubleStep),
("testGameEnPassant", testGameEnPassant),
("testGameUndoAndRedo", testGameUndoAndRedo),
Expand Down

0 comments on commit bc0d720

Please sign in to comment.