Skip to content

Commit

Permalink
Unwinds test dependency in auto-complete tags IT
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Dec 17, 2018
1 parent 8e41c9f commit 37d26cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zipkin/src/test/java/zipkin2/storage/ITAutocompleteTags.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
* <p>Subtypes should create a connection to a real backend, even if that backend is in-process.
*/
public abstract class ITAutocompleteTags {
protected final StorageComponent storage;
protected StorageComponent storage;

protected ITAutocompleteTags() {
@Before public void before() {
storage = storageBuilder().autocompleteKeys(asList("http.host")).build();
}

Expand Down

0 comments on commit 37d26cc

Please sign in to comment.