Skip to content

Commit

Permalink
chore: remove test for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jan 25, 2024
1 parent b86ff49 commit 01786f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ var mockTransactions = []Nip47Transaction{
}
var mockTransaction = &mockTransactions[0]

func TestBackwardsCompatibility(t *testing.T) {
// Test without adding a single permission
}

// TODO: add tests for HandleEvent method as these
// only cover the cases after the event is processed
// and the corresponding app is found
Expand Down

0 comments on commit 01786f8

Please sign in to comment.