Skip to content

Commit

Permalink
Update internal/validitywindow/validitywindow_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: aaronbuchwald <[email protected]>
Signed-off-by: Tsachi Herman <[email protected]>
  • Loading branch information
tsachiherman and aaronbuchwald authored Jan 15, 2025
1 parent f56f017 commit 919e852
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/validitywindow/validitywindow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func TestValidityWindowVerifyExpiryReplayProtection(t *testing.T) {
for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
r := require.New(t)
r.NoError(nil)

chainIndex := &testChainIndex{}
tvw := NewTimeValidityWindow(&logging.NoLog{}, trace.Noop, chainIndex)
Expand Down

0 comments on commit 919e852

Please sign in to comment.