Skip to content

Commit

Permalink
change type of Assertable.Body to *bytes.Buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sarvarov committed Jul 9, 2024
1 parent e20fd47 commit c2ddbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var _ t = (*testing.T)(nil)
type AssertableInertia struct {
t t
*page
Body io.Reader
Body *bytes.Buffer
}

// AssertComponent verifies that component from Inertia
Expand Down

0 comments on commit c2ddbff

Please sign in to comment.