Skip to content

Commit

Permalink
initialize outbound tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Feb 20, 2024
1 parent f474277 commit f0c7843
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions x/observer/keeper/vote_outbound_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package keeper_test

import "testing"

func TestKeeper_VoteOnOutboundBallot(t *testing.T) {
t.Run("fail if chain is not supported", func(t *testing.T) {

})

t.Run("fail if sender is not authorized", func(t *testing.T) {

})

t.Run("fail if sender is not authorized", func(t *testing.T) {

})
}

0 comments on commit f0c7843

Please sign in to comment.