Remove leftover reference to old const

This commit is contained in:
Carlos Martín Nieto 2013-09-22 00:05:37 +02:00
parent 6c97b9ac9d
commit f583ad8abd
1 changed files with 1 additions and 1 deletions

View File

@ -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)