Skip to content

Commit

Permalink
rename integeration to correct integration (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack authored Jun 21, 2022
1 parent 1072888 commit 81cf2de
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func TestService_CreateBlockResponse_Descending_EndHash(t *testing.T) {
require.Equal(t, uint(1), resp.BlockData[127].Number())
}

func TestService_checkOrGetDescendantHash_integeration(t *testing.T) {
func TestService_checkOrGetDescendantHash_integration(t *testing.T) {
t.Parallel()
s := newTestSyncer(t)
branches := map[uint]int{
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 81cf2de

Please sign in to comment.