Skip to content

Commit

Permalink
Update automod/circuit_breaker_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Myhre <[email protected]>
  • Loading branch information
bnewbold and warpfork authored Dec 15, 2023
1 parent d349d3e commit 371cde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automod/circuit_breaker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestReportCircuitBreaker(t *testing.T) {
cid1 := "cid123"
p1 := appbsky.FeedPost{Text: "some post blah"}

// generate double the quote of events; expect to only count the quote worth of actions
// generate double the quota of events; expect to only count the quota worth of actions
for i := 0; i < 2*QuotaModReportDay; i++ {
ident := identity.Identity{
DID: syntax.DID(fmt.Sprintf("did:plc:abc%d", i)),
Expand Down

0 comments on commit 371cde1

Please sign in to comment.