Skip to content

Commit

Permalink
Update spell list count in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Feb 7, 2025
1 parent b44ed26 commit 0c66ee7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion SpellbookTests/ParsingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ import XCTest
class ParsingTests: XCTestCase {
func testParseSpellList() {
let state = SpellbookAppState()
XCTAssert(state.spellList.count == 919)
XCTAssert(state.spellList.count == 920)
}
}

0 comments on commit 0c66ee7

Please sign in to comment.