Skip to content

Commit

Permalink
Remove testing of removed Latin class.
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson committed Dec 2, 2024
1 parent 62efec1 commit 53f7212
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_latin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
import ryser

def test_latin():
a = ryser.Latin({1:1, 12:3}, 9)
assert a.fixed_cells() == {1:1, 12:3}

0 comments on commit 53f7212

Please sign in to comment.