Update bbstools_test.py

This commit is contained in:
SpudGunMan
2024-06-26 21:19:15 -07:00
parent 7799f87ce6
commit 05ac42b2be

View File

@@ -1,6 +1,6 @@
import unittest
from unittest import mock
from modules.bbstools import *
from bbstools import *
class TestBBSListMessages(unittest.TestCase):
def test_bbs_list_messages(self):