Skip to content

Commit 1032e24

Browse files
authored
rename a test class (#391)
* github action * add pyrefly * clean * h * config * fix * pyrefly * refly * add more test * rename * fix * pell * rename
1 parent d9ec0e0 commit 1032e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_unittests/ut_investigate/test_input_observer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
)
99

1010

11-
class TestTracingVector(ExtTestCase):
11+
class TestInputObserver(ExtTestCase):
1212
def test_infer_dynamic_dimensions(self):
1313
self.assertEqual([2], infer_dynamic_dimensions([(1, 2, 3), (1, 2, 4)]))
1414
self.assertEqual([0, 2], infer_dynamic_dimensions([(1, 2, 3), (2, 2, 4)]))

0 commit comments

Comments
 (0)