mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
test/test_targets: fix test_ulx3s name
This commit is contained in:
parent
435cdad083
commit
3ee9ce0529
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class TestTargets(unittest.TestCase):
|
|||
errors = build_test([BaseSoC()])
|
||||
self.assertEqual(errors, 0)
|
||||
|
||||
def test_versa_ulx3s(self):
|
||||
def test_ulx3s(self):
|
||||
from litex.boards.targets.ulx3s import BaseSoC
|
||||
errors = build_test([BaseSoC()])
|
||||
self.assertEqual(errors, 0)
|
||||
|
|
Loading…
Reference in a new issue