Skip to content

Commit 69a68b4

Browse files
cccclaifacebook-github-bot
authored andcommitted
fix test name (#293)
Summary: Pull Request resolved: #293 Reland to remove the keyword Reviewed By: tarun292, huydhn Differential Revision: D49211454 fbshipit-source-id: 295db86d7146af001453bbcb4ca6cb3366b48602
1 parent 0413836 commit 69a68b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/example/test_example_delegate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from torchvision.models.quantization import mobilenet_v2
2626

2727

28-
class TestQualCommDelegate(unittest.TestCase):
28+
class TestExampleDelegate(unittest.TestCase):
2929
def test_delegate_linear(self):
3030
class Conv2dModule(torch.nn.Module):
3131
def __init__(self):

0 commit comments

Comments
 (0)