Skip to content

Commit

Permalink
docs(release_notes): update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Oct 13, 2023
1 parent 730505e commit 829f68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProtoBuf Release Notes

## 0.0.1-dev - 2023-10-12
## 0.0.1-dev - 2023-10-13

### Features

Expand Down
2 changes: 1 addition & 1 deletion pkg/task/v1/task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestTriggerNotification(t *testing.T) {
uuid.NewString(),
NotificationType_NOTIFICATION_TYPE_TRIGGER,
time.Now().UnixNano(),
"1", //alternatively a string code
"1", // alternatively a string code
)
test.TimestampID = func() *int64 { i := int64(4); return &i }()
test.ProducerID = func() *string { i := "CIM_PMU_CODE"; return &i }()
Expand Down

0 comments on commit 829f68d

Please sign in to comment.