Skip to content

Commit

Permalink
fix datachannel test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Totting committed Feb 15, 2024
1 parent ece30af commit c5fff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datachannel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Loop:
}
}

require.Equal(t, "hellohelloworldworld", messages)
require.Equal(t, len("hellohelloworldworld"), len(messages))
}

// TODO
Expand Down

0 comments on commit c5fff3d

Please sign in to comment.