mirror of
https://github.com/chaisql/chai.git
synced 2025-11-02 23:34:14 +08:00
Move packages under internal package
These packages are not part of the public API and can break at any time.
This commit is contained in:
12
internal/expr/arithmetic_test.go
Normal file
12
internal/expr/arithmetic_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package expr_test
|
||||
|
||||
import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"github.com/genjidb/genji/internal/testutil"
|
||||
)
|
||||
|
||||
func TestArithmetic(t *testing.T) {
|
||||
testutil.ExprRunner(t, filepath.Join("testdata", "arithmetic.sql"))
|
||||
}
|
||||
Reference in New Issue
Block a user