aboutsummaryrefslogtreecommitdiff
path: root/tests/tstreamblock.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tstreamblock.nim')
-rw-r--r--tests/tstreamblock.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tstreamblock.nim b/tests/tstreamblock.nim
index 89f69e0..57eaf3a 100644
--- a/tests/tstreamblock.nim
+++ b/tests/tstreamblock.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
17import unittest, streams 17import unittest, streams
18import bitreader, bitwriter, streamblock 18import bitio/bitreader, bitio/bitwriter, streamblock
19 19
20suite "streamblock": 20suite "streamblock":
21 test "serialise": 21 test "serialise":