Fix linting errors
This commit is contained in:
parent
b716439c3e
commit
3363b84de6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue