Skip to content

Commit 6bb1b8d

Browse files
Update test
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
1 parent 9e1f725 commit 6bb1b8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: test.py

-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
import unittest, git, argparse
22
from manim import *
33

4-
from git_sim.git_sim import GitSim
5-
64

75
class TestGitSim(unittest.TestCase):
86
def test_git_sim(self):
97
"""Test git sim."""
108

11-
gs = GitSim(argparse.Namespace())
12-
139
self.assertEqual(1, 1)
1410

1511

0 commit comments

Comments
 (0)