adjust message identifier in test
This commit is contained in:
		@@ -3,6 +3,7 @@ import VoteController from "../../server/helper/vote.controller"
 | 
			
		||||
import { JellyfinHandler } from "../../server/jellyfin/handler"
 | 
			
		||||
import { ExtendedClient } from "../../server/structures/client"
 | 
			
		||||
import { Emoji, NONE_OF_THAT } from "../../server/constants"
 | 
			
		||||
import { isVoteMessage } from "../../server/helper/messageIdentifiers"
 | 
			
		||||
 | 
			
		||||
describe('vote controller - none_of_that functions', () => {
 | 
			
		||||
	const testEventId = '1234321'
 | 
			
		||||
@@ -89,8 +90,10 @@ describe('vote controller - none_of_that functions', () => {
 | 
			
		||||
				})
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		const result = await votes.getVotesByEmote(mockMessage, 'guildId', 'requestId')
 | 
			
		||||
		expect(result.length).toEqual(5)
 | 
			
		||||
		expect(result).toEqual(votesList.filter(x => x.movie != NONE_OF_THAT))
 | 
			
		||||
		if (isVoteMessage(mockMessage)) {
 | 
			
		||||
			const result = await votes.getVotesByEmote(mockMessage, 'guildId', 'requestId')
 | 
			
		||||
			expect(result.length).toEqual(5)
 | 
			
		||||
			expect(result).toEqual(votesList.filter(x => x.movie != NONE_OF_THAT))
 | 
			
		||||
		}
 | 
			
		||||
	})
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user