Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ConvallariaMaj committed Jul 15, 2024
1 parent 94383d7 commit 4fad1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion activation/activation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ func TestBuilder_PublishActivationTx_HappyFlow(t *testing.T) {
func TestBuilder_Loop_WaitsOnStaleChallenge(t *testing.T) {
// Arrange
tab := newTestBuilder(t, 1, WithPoetConfig(PoetConfig{
PhaseShift: layerDuration}))
PhaseShift: layerDuration,
}))
sig := maps.Values(tab.signers)[0]

// current layer is too late to be able to build a nipost on time
Expand Down
1 change: 0 additions & 1 deletion activation/poet_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func Test_HTTPPoetClient_ParsesURL(t *testing.T) {
t.Parallel()
client, err := NewHTTPPoetClient(types.PoetServer{Address: "bla"},
PoetConfig{

PhaseShift: cfg.PhaseShift,
CycleGap: cfg.CycleGap,
})
Expand Down

0 comments on commit 4fad1a0

Please sign in to comment.