Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Nov 26, 2024
1 parent 974fbc5 commit 0952f84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# EigenDA Metrics Documentation

- [churner](operators/churner/churner-metrics.md)

5 changes: 0 additions & 5 deletions operators/churner/churner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,3 @@ func TestProcessChurnRequest(t *testing.T) {
}
assert.ElementsMatch(t, []dacore.QuorumID{0, 1}, actualQuorums)
}

// Uncomment and run this to generate the metrics documentation
func TestGenerateMetricsDoc(t *testing.T) {

}

0 comments on commit 0952f84

Please sign in to comment.