diff --git a/marionette/marionette-tests.ts b/marionette/marionette-tests.ts index a3b81482f..d646062fe 100644 --- a/marionette/marionette-tests.ts +++ b/marionette/marionette-tests.ts @@ -67,11 +67,11 @@ module Marionette.Tests { super(options); } - get name(): string { + getName(): string { return this.get('name'); } - set name(value: string) { + setName(value: string) { this.set(value); } }