Example #1
0
        public void SampleDataHasSixQuestionsThatAllPeopleInGroupAnswer()
        {
            var expected = 6;

            var actual = _day06.CountMatchingInGroupQuestions(_input);

            actual.Should().Be(expected);
        }