Commit f53d7a85 authored by Ethan Ordentlich's avatar Ethan Ordentlich
Browse files

Point test_ripple.py to correct module

parent a814f30d
Showing with 1 addition and 1 deletion
+1 -1
import os import os
import pytest import pytest
from genres.ripple.ripple_ref import solve_ripple from genres.ripple.ripple import solve_ripple
from genres.ripple.ripple_util import load_puzzle_and_solution from genres.ripple.ripple_util import load_puzzle_and_solution
DATA_DIR = "tests/ripple/data" DATA_DIR = "tests/ripple/data"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment