Fix copy/paste error
This commit is contained in:
parent
a7ef63e826
commit
e67b8889f0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import "https://unpkg.com/sinon@6.1.5/pkg/sinon.js"; /* globals sinon */
|
||||||
import * as MastodonApi from "/common/modules/MastodonApi.js";
|
import * as MastodonApi from "/common/modules/MastodonApi.js";
|
||||||
|
|
||||||
describe("common module: MastodonApi", function () {
|
describe("common module: MastodonApi", function () {
|
||||||
describe("getSubscribeApiUrl()", function () {
|
describe("getTootStatus()", function () {
|
||||||
afterEach(function() {
|
afterEach(function() {
|
||||||
sinon.restore();
|
sinon.restore();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue