6 lines
148 B
Python
6 lines
148 B
Python
from fxhnt.adapters.persistence.cockpit_models import PaperNavRow
|
|
|
|
|
|
def test_paper_nav_table():
|
|
assert PaperNavRow.__tablename__ == "paper_nav"
|