diff --git a/test/propeller/push/instructions/vector_spec.clj b/test/propeller/push/instructions/vector_spec.clj index 8209815..4685c2a 100644 --- a/test/propeller/push/instructions/vector_spec.clj +++ b/test/propeller/push/instructions/vector_spec.clj @@ -362,7 +362,7 @@ stack-type vect) end-state (vector/_reverse stack-type start-state) - expected-result (vec (rest vect))] + expected-result (vec (reverse vect))] (= expected-result (state/peek-stack end-state stack-type))))