Skip to content

Commit

Permalink
Update event
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzizub committed Jan 28, 2023
1 parent 2b5c1a2 commit 73daaf5
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions test/event_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,29 +104,25 @@ void main() {

test('Constructor.toJson', () {
Map<String, dynamic> json = {
"pubkey":
"9be7376ef6c0d493235ddf9018ff675a04bfcaf34dc1f97a1d270470f28c0ae0",
"content": "How does this work? 👀",
"id":
"883334badc17315fc61f0a13eec84c8c87df9d504ce0788f5eeab4a3527ddc97",
"created_at": 1672477967,
"sig":
"3ce34915e90505f9760a463eb8f9e8b1748fd4c10c4cfddc09a2930ecce249ce8dd499eeffd6e24a215bb2f8265b68085f7104eb7d506f8d9b76a7c5312b09fd",
"654fd512517648d1d1f122bc56c55e626a22c4dd2087457116e9852c6baf6be9",
"kind": 1,
"pubkey":
"8f474abb70c3987ff7e93fdd9e01cbade2dad5a8b3469fa1aba299823a1cee89",
"created_at": 1674925169,
"content": "\n\nhttps://i.imgur.com/bX7arPB.jpg",
"tags": [
[
"e",
"68ae015bf4833a6ff0ed86564c5afaa65c31791d35e8432755535d02eafc4375"
],
[
"e",
"de2d85a00a52ceb25f3cfc41e22d927f6166250f210f928e2552b97c0bd66dcf"
"2da09b1cf751eaeb56027b7896215145737d6e88a2797b3fef6e8b974f504cac"
],
[
"p",
"052acd328f1c1d48e86fff3e34ada4bfc60578116f4f68f296602530529656a2"
"fe7f6bc6f7338b76bbf80db402ade65953e20b2f23e66e898204b63cc42539a3"
]
]
],
"sig":
"de65472a58520ea7d5d4f37e329a6468d12bf9aa8e6b6148b8bd7f87484d38578e8d28a50512699df1f88641ce27084d12c2f9a7ba1b3b6daf49e2d0372c5278"
};

Event event = Event.fromJson(json);
Expand Down

0 comments on commit 73daaf5

Please sign in to comment.