Skip to content

Commit

Permalink
interface tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Jan 3, 2024
1 parent 1490d8e commit 794e31c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/procedures/movebank.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const utils = require("../assets/utils");

describe(utils.suiteName(__filename), function () {
utils.verifyRPCInterfaces("Movebank", [
["getSensorTypes", []],
["getStudies", []],
["getStudiesNear", ["latitude", "longitude", "distance"]],
["getAnimals", ["study"]],
["getEvents", ["study", "animal", "minDistance"]],
]);
});

0 comments on commit 794e31c

Please sign in to comment.