Skip to content

Commit

Permalink
Polishing #899
Browse files Browse the repository at this point in the history
Add author tag. Rename previously wrong named test.
  • Loading branch information
mp911de committed Oct 25, 2018
1 parent 29747c3 commit 59eacf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 the original author or authors.
* Copyright 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,15 +15,18 @@
*/
package io.lettuce.core.metrics;

import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;

import java.util.concurrent.TimeUnit;

import static org.assertj.core.api.Assertions.assertThat;
import org.junit.jupiter.api.Test;

/**
* @author Larry Battle
*/
class CommandLatencyCollectorOptionsUnitTests {

@Test()
@Test
void testBuilder() {

CommandLatencyCollectorOptions sut = CommandLatencyCollectorOptions.builder()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* @author Mark Paluch
*/
class DefaultDefaultCommandLatencyCollectorOptionsUnitTests {
class DefaultCommandLatencyCollectorOptionsUnitTests {

@Test
void testDefault() {
Expand Down

0 comments on commit 59eacf1

Please sign in to comment.