Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Mar 31, 2024
1 parent ede6770 commit fb49e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/bins/dkron-processor-syslog/syslog_output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import (
"github.com/distribworks/dkron/v4/plugin"
"github.com/distribworks/dkron/v4/types"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/ptypes"
"google.golang.org/protobuf/types/known/timestamppb"
)

func TestProcess(t *testing.T) {
now := ptypes.TimestampNow()
now := timestamppb.Now()

pa := &plugin.ProcessorArgs{
Execution: types.Execution{
Expand Down

0 comments on commit fb49e86

Please sign in to comment.