Skip to content

Commit

Permalink
fix: reference to changed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneorth committed Mar 6, 2024
1 parent ccb3d0b commit 5211473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/datastore/memdb/revisions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ func TestHeadRevision(t *testing.T) {
}

func (mdb *memdbDatastore) ExampleRetryableError() error {
return errSerialization
return ErrSerialization
}

0 comments on commit 5211473

Please sign in to comment.