package migration // GmailUIDForTest exposes gmailUID for integration tests. func GmailUIDForTest(gmailID string) int64 { return gmailUID(gmailID) } // RemoteMessageUIDForTest exposes remoteMessageUID for integration tests. func RemoteMessageUIDForTest(graphID string) int64 { return remoteMessageUID(graphID) }