Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jul 30, 2024
1 parent 799f4d5 commit bd1e805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writers/transfer/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestWriter_MessageToEvent(t *testing.T) {
"__artie_only_set_delete": false,
"_id": "507f1f77bcf86cd799439011",
"double": 3.14159,
"int64": int32(1234567890),
"int64": int64(1234567890),
"string": "Hello, world!",
} {
actualValue, isOk := evtOut.Data[expectedKey]
Expand Down

0 comments on commit bd1e805

Please sign in to comment.