Skip to content

Commit b2b7323

Browse files
committed
mina_automation/fixture: wrap at 80 chars + rm trailing ws
1 parent f4c50fa commit b2b7323

File tree

1 file changed

+5
-4
lines changed
  • src/test/mina_automation/fixture

1 file changed

+5
-4
lines changed

src/test/mina_automation/fixture/intf.ml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ end
1111
module type Fixture = sig
1212
type t
1313

14-
(**
15-
This module defines a type [t] representing a fixture for integration tests and provides functions to set up, run, and tear down the fixture.
16-
14+
(**
15+
This module defines a type [t] representing a fixture for integration tests
16+
and provides functions to set up, run, and tear down the fixture.
17+
1718
{1 Functions}
18-
19+
1920
- [setup ()]: Sets up the fixture and returns an instance of [t].
2021
- [test_case t]: Runs the test case associated with the fixture and returns a result.
2122
- [teardown t]: Tears down the fixture and cleans up resources.

0 commit comments

Comments
 (0)