summaryrefslogtreecommitdiff
path: root/tests/modules/bytes/test.lua
diff options
context:
space:
mode:
authorOpportunity <[email protected]>2020-01-19 15:54:34 +0800
committerOpportunity <[email protected]>2020-01-19 15:54:34 +0800
commitf415da828b1fb3b24b47782f516c85e4fb3bbb31 (patch)
treebe58af0ffd6b7b34c6957a774b7bb3ad650f52e5 /tests/modules/bytes/test.lua
parent5fee0758ddbe7ee37122e9eab5776b18c49af226 (diff)
fix test
Diffstat (limited to 'tests/modules/bytes/test.lua')
-rw-r--r--tests/modules/bytes/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modules/bytes/test.lua b/tests/modules/bytes/test.lua
index 52b754c0a..4cb272c94 100644
--- a/tests/modules/bytes/test.lua
+++ b/tests/modules/bytes/test.lua
@@ -1,3 +1,4 @@
+import("core.base.bytes")
function test_ctor(t)
t:are_equal(bytes("123456789"):str(), "123456789")