it("had to have 'currentValue' property non nil.") {
                snackViewSpy?.set(items: [sliderItem])
                snackView?.reloadData()

                expect(sliderItem.currentValue).to(equal(13))