Skip to content

Commit

Permalink
Test blocking merge
Browse files Browse the repository at this point in the history
* https://jira.fingo.info/browse/IJ-314 Add CI for merge requests

* add test ci

Co-authored-by: Dawid Dudek <dawid.dudek@fingo.pl>
  • Loading branch information
DaDudek and Dawid Dudek authored Dec 21, 2022
1 parent eca7771 commit 091c625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AutomaticVacationDayServiceSpec extends Specification{
automaticVacationDayService.addForNewUser(user)

then:
1 * automaticVacationDaysRepository.save(_ as AutomaticVacationDay)
2 * automaticVacationDaysRepository.save(_ as AutomaticVacationDay)

}

Expand Down

0 comments on commit 091c625

Please sign in to comment.