Fix copy/paste error

This commit is contained in:
rugk 2019-01-26 20:34:40 +01:00
parent a7ef63e826
commit e67b8889f0
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D

View file

@ -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";
describe("common module: MastodonApi", function () {
describe("getSubscribeApiUrl()", function () {
describe("getTootStatus()", function () {
afterEach(function() {
sinon.restore();
});