aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-25 21:13:35 -0300
committerEuAndreh <eu@euandre.org>2025-01-25 21:13:35 -0300
commit2a2b116d72fcbef474871edf337ce170fd25c350 (patch)
tree87fd5b5f433e9980c554b413f8783658173f9b93
parentsrc/dedo.go: Remove public PageInfo type (diff)
downloaddedo-2a2b116d72fcbef474871edf337ce170fd25c350.tar.gz
dedo-2a2b116d72fcbef474871edf337ce170fd25c350.tar.xz
tests/dedo.go: Add missing call to test_commands()
-rw-r--r--tests/dedo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dedo.go b/tests/dedo.go
index 9c541b7..b8404ef 100644
--- a/tests/dedo.go
+++ b/tests/dedo.go
@@ -6275,6 +6275,7 @@ func MainTest() {
test_readPageSize()
test_initDB()
test_Open()
+ test_commands()
tests := []testing.InternalTest{
{ "TestBucket_Get_NonExistent", TestBucket_Get_NonExistent },