Skip to content

Commit

Permalink
[WIP] Define same key for put rquest and compare.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexfusion committed Jun 16, 2017
1 parent 9a6d689 commit 3ff46f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/txn.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ my $etcd = Net::Etcd->new( { host => $host, port => $port } );

lives_ok(
sub {
$put = $etcd->put( { key => 'foo1', value => 'bar', hold => 1 } );
$put = $etcd->put( { key => 'foo', value => 'bar', hold => 1 } );
},
"put hold create"
);
Expand Down

0 comments on commit 3ff46f1

Please sign in to comment.