Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Fix Test_SyncFromSnapshot TargetCommitteeSize
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed May 12, 2024
1 parent 852a376 commit 3f7dfae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/docker-network/tests/sync_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ import (

func Test_SyncFromSnapshot(t *testing.T) {
d := dockertestframework.NewDockerTestFramework(t,
dockertestframework.WithProtocolParametersOptions(dockertestframework.ShortSlotsAndEpochsProtocolParametersOptions...),
dockertestframework.WithProtocolParametersOptions(
append(
dockertestframework.ShortSlotsAndEpochsProtocolParametersOptions,
iotago.WithTargetCommitteeSize(3),
)...,
),
)
defer d.Stop()

Expand Down

0 comments on commit 3f7dfae

Please sign in to comment.