Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 11aa014

Browse files
fix(tests): fixes minor syntax format issue
1 parent a277cf6 commit 11aa014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/Hexonet-connector.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ $enc = $cl->getPOSTData(
382382
},
383383
1
384384
);
385-
$cl->setCredentials( '', '' );
385+
$cl->setCredentials( q{}, q{} );
386386
is_deeply( $enc, $validate, 'AC: Check secured getPOSTData result.' );
387387

388388
# ~> enableDebugMode method test

0 commit comments

Comments
 (0)