Remove leftover reference to old const
This commit is contained in:
parent
6c97b9ac9d
commit
f583ad8abd
|
@ -16,7 +16,7 @@ func TestOdbStream(t *testing.T) {
|
|||
|
||||
str := "hello, world!"
|
||||
|
||||
stream, error := odb.NewWriteStream(len(str), OBJ_BLOB)
|
||||
stream, error := odb.NewWriteStream(len(str), ObjectBlob)
|
||||
checkFatal(t, error)
|
||||
n, error := io.WriteString(stream, str)
|
||||
checkFatal(t, error)
|
||||
|
|
Loading…
Reference in New Issue