Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chen3feng committed Sep 2, 2022
1 parent d785f3c commit 836e2b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func Test_Vector_PopBack(t *testing.T) {
func Test_Vector_Back(t *testing.T) {
v := VectorOf(1)
expectEq(t, v.Back(), 1)
v.PopBack()
expectPanic(t, func() { v.Back() })
}

Expand Down

0 comments on commit 836e2b9

Please sign in to comment.