Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed Jul 20, 2023
1 parent 53e0c46 commit 3915107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/test/actor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestPostgresContext_GetValidatorSet(t *testing.T) {
require.Equal(t, expectedHashes[0], currValSetHash)
require.Equal(t, expectedHashes[0], nextValSetHash)

// ensure next val set hash changes when we add a new validator at current
// ensure next val set hash changes when we add a new validator at current
// height but the current val set hash remains the same
currHeight = int64(3)
db.Height = currHeight
Expand Down
1 change: 1 addition & 0 deletions persistence/trees/trees_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ func TestTreeStore_DebugClearAll(t *testing.T) {
t.Skip("TODO: Write test case for DebugClearAll method")
}

// TODO_AFTER(#861): Implement this test with the test suite available in #861
func TestTreeStore_GetTreeHashes(t *testing.T) {
t.Skip("TODO: Write test case for GetTreeHashes method") // context: https://github.com/pokt-network/pocket/pull/915#discussion_r1267313664
}

0 comments on commit 3915107

Please sign in to comment.