Skip to content

Commit

Permalink
Fix Inferno::Entities::TestSession docs (#563)
Browse files Browse the repository at this point in the history
* Fix Inferno::Entities::TestSession docs

* wrap properly for yard
  • Loading branch information
Shaumik-Ashraf authored Nov 25, 2024
1 parent a46e47d commit ac6e83d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/inferno/entities/test_session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ module Entities
# @return [String] id of the `TestSuite` being run in this session
# @!attribute test_suite
# @return [Inferno::Entities::TestSuite] the `TestSuite` being run in this
# session
# session
# @!attribute test_runs
# @return [Array<Inferno::Entities::TestRun>] the `TestRuns` associated
# with this session
# with this session
# @!attribute results
# @return [Array<Inferno::Entities::TestResult>] the `TestResults`
# associated with this session
# associated with this session
# @!attribute suite_options
# @return [Hash] the suite options associated with this session
class TestSession < Entity
Expand Down

0 comments on commit ac6e83d

Please sign in to comment.