Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void getOffsetFromConfigAndDontForceFromStart() {
}

@Test
public void getOffsetFromConfigAndFroceFromStart() {
public void getOffsetFromConfigAndForceFromStart() {
config.ignoreZkOffsets = true;
config.startOffsetTime = OffsetRequest.EarliestTime();
createTopicAndSendMessage();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
/**
* Sanity checks to make sure we can at least invoke the shells used.
*/
public class MultilangEnvirontmentTest {
private static final Logger LOG = LoggerFactory.getLogger(MultilangEnvirontmentTest.class);
public class MultilangEnvironmentTest {
private static final Logger LOG = LoggerFactory.getLogger(MultilangEnvironmentTest.class);

@Test
public void testInvokePython() throws Exception {
Expand Down