Skip to content

Commit

Permalink
typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Jun 24, 2024
1 parent 9a2a1b6 commit 038890f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/openvpn/openvpn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func TestTimestampsFromHandshake(t *testing.T) {
t.Fatal("expected t0 == 0")
}
if tlast != 2.0 {
t.Fatal("expected t0 == 2")
t.Fatal("expected t == 2")
}
if duration != 2 {
t.Fatal("expected duration == 2")
Expand Down

0 comments on commit 038890f

Please sign in to comment.