Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Jul 15, 2024
1 parent 074b7bf commit 880fcd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ func (s *concurrentListingTest) Test_MultipleConcurrentOperations(t *testing.T)
}
}

// Test_ListWithCopyFile tests for potential deadlocks or race conditions when
// Test_ListWithMoveFile tests for potential deadlocks or race conditions when
// listing, file or folder operations, move file happening concurrently.
func (s *concurrentListingTest) Test_ListWithMoveFile(t *testing.T) {
t.Parallel() // Mark the test parallelizable.
Expand Down Expand Up @@ -577,7 +577,7 @@ func (s *concurrentListingTest) Test_ListWithMoveFile(t *testing.T) {
}
}

// Test_ListWithCopyDir tests for potential deadlocks or race conditions when
// Test_ListWithMoveDir tests for potential deadlocks or race conditions when
// listing, file or folder operations, move dir happening concurrently.
func (s *concurrentListingTest) Test_ListWithMoveDir(t *testing.T) {
t.Parallel() // Mark the test parallelizable.
Expand Down

0 comments on commit 880fcd8

Please sign in to comment.