Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit 415548f

Browse files
committed
Export the load_applications_with_stats/0
So that we can use this in adding the unit tests for couch_stats. And allow us to test the new metrics being added.
1 parent 9f4c295 commit 415548f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_util.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
-export([start_couch/0, start_couch/1, start_couch/2, stop_couch/0, stop_couch/1]).
2222
-export([start_config/1, stop_config/1]).
23-
-export([start_applications/1, stop_applications/1]).
23+
-export([load_applications_with_stats/0, start_applications/1, stop_applications/1]).
2424

2525
-export([stop_sync/1, stop_sync/2, stop_sync/3]).
2626

0 commit comments

Comments
 (0)