mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-09 07:39:54 +02:00
tests run (but not pass) and fine-tuning (specially tag filters) on filter_easyjson.go
This commit is contained in:
@ -21,7 +21,7 @@ func TestPublish(t *testing.T) {
|
||||
textNote := Event{
|
||||
Kind: 1,
|
||||
Content: "hello",
|
||||
CreatedAt: time.Unix(1672068534, 0), // random fixed timestamp
|
||||
CreatedAt: Timestamp(1672068534), // random fixed timestamp
|
||||
Tags: Tags{[]string{"foo", "bar"}},
|
||||
PubKey: pub,
|
||||
}
|
||||
|
Reference in New Issue
Block a user