Skip to content

Commit

Permalink
Start on next couple of tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Moore <[email protected]>
  • Loading branch information
jimmyaxod committed Jan 24, 2025
1 parent 4c1ccaf commit 947fb43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/peer/peer_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package peer

import "testing"

func TestPeer(t *testing.T) {

// TODO: Test a peer migration. Need to abstract out complete VM and then construct a mockVM.
}

0 comments on commit 947fb43

Please sign in to comment.