Skip to content

Commit

Permalink
minor fix (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjt-gupta authored and afeena committed Jul 24, 2019
1 parent b5fcde7 commit daa26cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tanner/tests/test_xxe_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from tanner.emulators.xxe_injection import XXEInjection


class TestPHPCodeInjection(unittest.TestCase):
class TestXXEInjection(unittest.TestCase):
def setUp(self):
self.loop = asyncio.new_event_loop()
asyncio.set_event_loop(None)
Expand Down

0 comments on commit daa26cd

Please # to comment.