Skip to content

Commit

Permalink
perf: performance tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Sep 23, 2024
1 parent 8e7d737 commit 33a4194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collection/stack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

func TestStackPopEmpty(t *testing.T) {
s := NewStack()
require.NotNil(t, s.Pop())
require.Nil(t, s.Pop())
s.Push(1)
s.Push(2)
s.Push(3)
Expand Down

0 comments on commit 33a4194

Please sign in to comment.