Skip to content

Commit

Permalink
chore: remove deprecated validatorstest.TestState (#3301)
Browse files Browse the repository at this point in the history
Signed-off-by: Arran Schlosberg <[email protected]>
  • Loading branch information
ARR4N authored Aug 27, 2024
1 parent 4647158 commit 1057132
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions snow/validators/validatorstest/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ var (

var _ validators.State = (*State)(nil)

// TestState is an alias for State because ava-labs/coreth uses the original
// identifier and this change would otherwise break the build.
//
// Deprecated: use [State].
type TestState = State

type State struct {
T testing.TB

Expand Down

0 comments on commit 1057132

Please sign in to comment.