Fix linting errors

This commit is contained in:
romanrizzi 2019-05-16 15:33:27 -03:00
parent b716439c3e
commit 3363b84de6
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ import TopicTrackingState from "discourse/models/topic-tracking-state";
export default function(name, opts) {
opts = opts || {};
if (opts.skip) {
return;
if (opts.skip) {
return;
}
test(name, function(assert) {