Skip to content

Commit

Permalink
Correct test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Feb 12, 2024
1 parent 54da746 commit e475f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from felis.validation import RspColumn, RspSchema, RspTable, get_schema


class DataModelTestCase(unittest.TestCase):
class RSPSchemaTestCase(unittest.TestCase):
"""Test validation of RSP schema data."""

def test_rsp_validation(self) -> None:
Expand Down

0 comments on commit e475f12

Please sign in to comment.