Skip to content

Commit

Permalink
chore: fixing sql test
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jul 6, 2024
1 parent 71230c0 commit e6b4084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/callbacks/sql/sql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ func TestSQLQuery(t *testing.T) {

// Parse returned SQL Data
type rowData struct {
ID []byte `json:"id"`
Name []byte `json:"name"`
ID []uint8 `json:"id"`
Name []byte `json:"name"`
}

var records []rowData
Expand Down

0 comments on commit e6b4084

Please sign in to comment.