Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Oct 24, 2024
1 parent 9ce2087 commit f049319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masquerade.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (m *masquerade) markFailed() {
m.LastSucceeded = time.Time{}
}

// Make sure that the mockMasquerade implements the MasqueradeInterface
// Make sure that the masquerade struct implements the MasqueradeInterface
var _ MasqueradeInterface = (*masquerade)(nil)

// A Direct fronting provider configuration.
Expand Down

0 comments on commit f049319

Please sign in to comment.