Skip to content

Commit

Permalink
Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 23, 2021
1 parent 4657952 commit a43fb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/modules/core/application_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class AController extends LogController {}
class BController extends LogController {}

export default class ApplicationTests extends ApplicationTestCase {
fixtureHTML = `<div data-controller="a"><div data-controller="b"><div data-controller="d">`
fixtureHTML = `<div data-controller="a"><div data-controller="b">`
private definitions = [
{ controllerConstructor: AController, identifier: "a" },
{ controllerConstructor: BController, identifier: "b" }
Expand Down

0 comments on commit a43fb35

Please sign in to comment.