Skip to content

Commit 9bd88f8

Browse files
committed
test array/float4
1 parent eee21dd commit 9bd88f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/unit/client/typed-query-results-tests.js

+8
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,14 @@ test('typed results', function() {
226226
'9223372036854775807'
227227
]);
228228
}
229+
},{
230+
name : 'array/float4',
231+
format : 'text',
232+
dataTypeID: 1021,
233+
actual: '{1.2, 3.4}',
234+
expected :function(val){
235+
assert.deepEqual(val, [1.2, 3.4]);
236+
}
229237
},
230238

231239
{

0 commit comments

Comments
 (0)