Skip to content

Commit f257dd1

Browse files
authored
Merge pull request #126 from madflojo/sql-fix
chore: fixing sql test
2 parents 71230c0 + e6b4084 commit f257dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/callbacks/sql/sql_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ func TestSQLQuery(t *testing.T) {
171171

172172
// Parse returned SQL Data
173173
type rowData struct {
174-
ID []byte `json:"id"`
175-
Name []byte `json:"name"`
174+
ID []uint8 `json:"id"`
175+
Name []byte `json:"name"`
176176
}
177177

178178
var records []rowData

0 commit comments

Comments
 (0)