Skip to content

Commit

Permalink
Auto-format code using Clang-Format (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
github-actions[bot] and actions-user authored Jun 18, 2024
1 parent fad439f commit 1461b5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/test/tuvx.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import unittest
import musica


class TestTUVX(unittest.TestCase):
def test_tuvx_run(self):

self.assertNotEqual(1, 0)


if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit 1461b5e

Please sign in to comment.