diff options
Diffstat (limited to 'tests/trawblock.nim')
-rw-r--r-- | tests/trawblock.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trawblock.nim b/tests/trawblock.nim index 2544199..0271e33 100644 --- a/tests/trawblock.nim +++ b/tests/trawblock.nim | |||
@@ -15,7 +15,7 @@ | |||
15 | # along with this program. If not, see <https://www.gnu.org/licenses/>. | 15 | # along with this program. If not, see <https://www.gnu.org/licenses/>. |
16 | 16 | ||
17 | import unittest, streams | 17 | import unittest, streams |
18 | import bitreader, bitwriter, rawblock | 18 | import bitio/bitreader, bitio/bitwriter, rawblock |
19 | 19 | ||
20 | suite "rawblock": | 20 | suite "rawblock": |
21 | test "serialise": | 21 | test "serialise": |