|
|
@@ -10,9 +10,9 @@ const app = require('../../server');
|
|
|
const { sequelize, Ven: VenDb } = require('../../db');
|
|
|
const { port } = require('../../config');
|
|
|
|
|
|
-describe('VEN registration', function() {
|
|
|
+describe('VEN to VTN interactions', function() {
|
|
|
|
|
|
- describe('successful registration and event retrieval', async function() {
|
|
|
+ describe('registration and event retrieval', async function() {
|
|
|
|
|
|
let clock;
|
|
|
|
|
|
@@ -67,7 +67,7 @@ describe('VEN registration', function() {
|
|
|
|
|
|
});
|
|
|
|
|
|
- describe('successful poll', async function() {
|
|
|
+ describe('poll', async function() {
|
|
|
let ven;
|
|
|
|
|
|
let clock;
|
|
|
@@ -98,7 +98,7 @@ describe('VEN registration', function() {
|
|
|
|
|
|
});
|
|
|
|
|
|
- describe('successful optIn', async function() {
|
|
|
+ describe('optIn', async function() {
|
|
|
|
|
|
let clock;
|
|
|
|