Skip to content

Commit

Permalink
Added lock unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Aug 13, 2020
1 parent a291f5a commit e8d63b7
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package net.javacrumbs.shedlock.test.boot;

import net.javacrumbs.shedlock.core.LockAssert;
import org.junit.jupiter.api.Test;

public class LockUnitTest {
@Test
public void shouldWork() {
LockAssert.TestHelper.makeAllAssertsPass(true);
new ScheduledTasks().reportCurrentTime();
}
}

0 comments on commit e8d63b7

Please sign in to comment.