Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 2a87740

Browse files
committed
Fix eunit include / export order
export should come first
1 parent 6be6887 commit 2a87740

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/config_tests.erl

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@
1313
-module(config_tests).
1414
-behaviour(config_listener).
1515

16-
17-
-include_lib("couch/include/couch_eunit.hrl").
18-
-include_lib("couch/include/couch_db.hrl").
19-
20-
2116
-export([
2217
handle_config_change/5,
2318
handle_config_terminate/3
2419
]).
2520

21+
-include_lib("couch/include/couch_eunit.hrl").
22+
-include_lib("couch/include/couch_db.hrl").
2623

2724
-define(TIMEOUT, 4000).
2825
-define(RESTART_TIMEOUT_IN_MILLISEC, 3000).

0 commit comments

Comments
 (0)