mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-07-13 15:48:25 +00:00
commit
e8df0d0c27
@ -9,6 +9,15 @@ import (
|
||||
"github.com/vingarcia/ksql/sqldialect"
|
||||
)
|
||||
|
||||
func TestScanArgError(t *testing.T) {
|
||||
err := ScanArgError{
|
||||
ColumnIndex: 12,
|
||||
Err: io.EOF,
|
||||
}
|
||||
|
||||
tt.AssertErrContains(t, err, "input attribute", "index 12", "EOF")
|
||||
}
|
||||
|
||||
func TestConfigSetDefaultValues(t *testing.T) {
|
||||
config := Config{}
|
||||
config.SetDefaultValues()
|
||||
|
Loading…
x
Reference in New Issue
Block a user