diff options
| author | Opportunity <[email protected]> | 2020-01-19 15:54:34 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-01-19 15:54:34 +0800 |
| commit | f415da828b1fb3b24b47782f516c85e4fb3bbb31 (patch) | |
| tree | be58af0ffd6b7b34c6957a774b7bb3ad650f52e5 /tests/modules/bytes | |
| parent | 5fee0758ddbe7ee37122e9eab5776b18c49af226 (diff) | |
fix test
Diffstat (limited to 'tests/modules/bytes')
| -rw-r--r-- | tests/modules/bytes/test.lua | 1 |
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") |
