Skip to content

Commit 074a514

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 74acecc commit 074a514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/zdotc/test/test.zdotc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ tape( 'the function supports a negative `y` stride', function test( t ) {
208208
]);
209209
expected = new Complex128( 104, 79 );
210210

211-
dot = zdotc( 2, x, 1 y, -1 );
211+
dot = zdotc( 2, x, 1, y, -1 );
212212
t.deepEqual( dot, expected, 'returns expected value' );
213213
t.end();
214214
});

0 commit comments

Comments
 (0)