mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Update multisub_test.go
This commit is contained in:
parent
f5fa72d729
commit
8f20a3826c
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ func TestMultisub(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestMutisubPartialUnsubscribe(t *testing.T) {
|
||||
func TestMultisubPartialUnsubscribe(t *testing.T) {
|
||||
// Create a double subscription but terminate one half, ensuring no error
|
||||
// is propagated yet up to the outer subscription
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue