"Parker","Peralta", "Perkins", "Rivera", "Saland", "Sampson", "Savino", "Serrano", "Smith", "Squadron", "Stavisky",
"Stewart-Cousin", "Valesky" };
String[] nayVotes = {"Ball", "Bonacic", "DeFrancisco", "Diaz", "Farley", "Flanagan", "Fuschillo", "Gallivan", "Golden",
"Griffo", "Hannon", "Johnson", "Lanza", "Larkin", "LaValle", "Libous", "Little", "Marcellino", "Martins", "Maziarz",
"Nozzolio", "O'Mara", "Ranzenhofer", "Ritchie", "Robach", "Seward", "Skelos", "Young", "Zeldin" };
Vote expectedVote = new Vote();
// Add any non-null vote types to vote object.
expectedVote.setAyes(Arrays.asList(ayeVotes));
expectedVote.setNays(Arrays.asList(nayVotes));
VoteTests.testSenateVotes(env, sobiDirectory, storage, billKey, voteSobi, expectedVote);
}