Skip to content

Commit

Permalink
fix spelling of disivable
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaranski committed Dec 18, 2024
1 parent dac8ff1 commit a046219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileshare/event_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ func TestEventsFlow(t *testing.T) {

// subtract by the existing RequestQueued and FileStarted events
// to make sure we have the correct number of events
// otherwise it's not chunked properly, as the size is not disivable by chunkSize(1026 % 8 = 2)
// otherwise it's not chunked properly, as the size is not divisable by chunkSize(1026 % 8 = 2)
numProgressEvents := numEvents - uint64(len(events))

for i := uint64(0); i < numProgressEvents; i++ {
Expand Down

0 comments on commit a046219

Please sign in to comment.