Skip to content

Commit

Permalink
Reword test to better indicate intent; [Coke]++
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Mar 1, 2017
1 parent dcdcec2 commit a66cf6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S03-operators/eqv.t
Expand Up @@ -176,8 +176,8 @@ subtest 'Seq eqv List' => {
(1, 2).Seq => (), (1…∞) => (1…∞).List, (1…∞).List => (1…∞);

plan +@tests;
cmp-ok .key, &[!eqv], .value,
"{.key.^name}({.key}) !eqv {.value.^name}({.value})"
is-deeply (.key eqv .value), False,
"{.key.^name}({.key}) not eqv {.value.^name}({.value})"
for @tests;
}

Expand Down

0 comments on commit a66cf6d

Please sign in to comment.