Skip to content

Commit

Permalink
#1 Setup Project - Added CI Workflow - Sample passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinacupac committed Apr 18, 2022
1 parent 41f5c8d commit 25f3ff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TddBankingKataApplicationTests {

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

}

0 comments on commit 25f3ff6

Please sign in to comment.