Skip to content

Commit

Permalink
feat: adds Deggen's brfc to test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wregulski committed Sep 7, 2023
1 parent bf11e6b commit cccb332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brfc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func TestBRFCSpec_Validate(t *testing.T) {
{&BRFCSpec{Author: "Fabriik", ID: "189e32d93d28", Title: "Simple Fabriik Protocol for Tokens Build Action", Version: "1"}, "189e32d93d28", false, true},
{&BRFCSpec{Author: "Fabriik", ID: "95dddb461bff", Title: "Simple Fabriik Protocol for Tokens Authorise Action", Version: "1"}, "95dddb461bff", false, true},
{&BRFCSpec{Author: "Fabriik", ID: "f792b6eff07a", Title: "P2P Payment Destination with Tokens Support", Version: "1"}, "f792b6eff07a", false, true},
{&BRFCSpec{Author: "Darren Kellenschwiler", ID: "5c55a7fdb7bb", Title: "Background Evaluation Extended Format Transaction", Version: "1.0.0"}, "5c55a7fdb7bb", false, true},
}

for _, test := range tests {
Expand Down

0 comments on commit cccb332

Please sign in to comment.