it("had to have 'height' constraint setted to 123.") {
                snackViewSpy?.set(items: [imageView])
                snackView?.reloadData()

                expect(imageView.currentHeight).to(equal(123))