Skip to content

Commit

Permalink
Update test file names
Browse files Browse the repository at this point in the history
  • Loading branch information
Soohwan Kim authored and Soohwan Kim committed Jul 8, 2021
1 parent fa22f70 commit 18ee5a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_contextnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
logger = logging.getLogger(__name__)


class TestConformer(unittest.TestCase):
class TestContextNet(unittest.TestCase):
def test_forward(self):
configs = build_dummy_configs(model_configs=ContextNetConfigs(), criterion_configs=CTCLossConfigs())

Expand Down
2 changes: 1 addition & 1 deletion tests/test_contextnet_lstm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
logger = logging.getLogger(__name__)


class TestConformerLSTM(unittest.TestCase):
class TestContextNetLSTM(unittest.TestCase):
def test_forward(self):
configs = build_dummy_configs(
model_configs=ContextNetLSTMConfigs(),
Expand Down
2 changes: 1 addition & 1 deletion tests/test_contextnet_transducer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
logger = logging.getLogger(__name__)


class TestConformerTransducer(unittest.TestCase):
class TestContextNetTransducer(unittest.TestCase):
def test_forward(self):
configs = build_dummy_configs(
model_configs=ContextNetTransducerConfigs(),
Expand Down

0 comments on commit 18ee5a8

Please sign in to comment.