Skip to content

Commit 2c22fbb

Browse files
cccclaifacebook-github-bot
authored andcommitted
fix the test name
Summary: remove the keyword Reviewed By: tarun292 Differential Revision: D49210422 fbshipit-source-id: 5a48dafc3c988cc787f4e0cfe1432046969dd882
1 parent 8e2ed67 commit 2c22fbb

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)