diff --git a/spec/jdbc_spec_helper.rb b/spec/jdbc_spec_helper.rb index 3e5ce47..0c8e202 100644 --- a/spec/jdbc_spec_helper.rb +++ b/spec/jdbc_spec_helper.rb @@ -69,7 +69,7 @@ RSpec.shared_context 'when outputting messages' do {db_field: "static_bigint", db_type: "bigint", db_value: '?', event_field: 'bigint'}, {db_field: "static_float", db_type: "float", db_value: '?', event_field: 'float'}, {db_field: "static_bool", db_type: "boolean", db_value: '?', event_field: 'bool'}, - {db_field: "static_bigdec", db_type: "bigdecimal", db_value: '?', event_field: 'bigdec'} + {db_field: "static_bigdec", db_type: "decimal", db_value: '?', event_field: 'bigdec'} ] end