Skip to content

Commit

Permalink
#1 Setup Project - Added CI Workflow - Sample failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinacupac committed Apr 18, 2022
1 parent 31dcb3a commit 9936f53
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

import static org.assertj.core.api.Assertions.assertThat;

@SpringBootTest
class TddBankingKataApplicationTests {

@Test
void contextLoads() {
assertThat(true).isTrue();
}

}

0 comments on commit 9936f53

Please sign in to comment.