Skip to content

Commit

Permalink
Remove :
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Apr 6, 2024
1 parent 89e24a3 commit 7eae848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debezium/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func TestDecodeDebeziumVariableDecimal(t *testing.T) {
value: map[string]any{
"scale": "foo",
},
expectedErr: "key: scale is not type integer:",
expectedErr: "key: scale is not type integer",
},
{
name: "value exists (scale 3)",
Expand Down

0 comments on commit 7eae848

Please sign in to comment.