Skip to content

Commit

Permalink
cucumber: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emranemran committed Feb 10, 2024
1 parent 42548fd commit 513a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/steps/callbacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Callback struct {
Bitrate int `json:"bitrate"`
Duration float64 `json:"duration"`
Size int `json:"size"`
StartTime int `json:"start_time"`
StartTime float64 `json:"start_time"`
Width int `json:"width,omitempty"`
Height int `json:"height,omitempty"`
Fps int `json:"fps,omitempty"`
Expand Down

0 comments on commit 513a513

Please sign in to comment.