Skip to content

Commit

Permalink
Get existing tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Feb 25, 2018
1 parent a06ec3d commit 251114d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dsl/DangerDSL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export class DangerDSL {
constructor(platformDSL: any, public readonly git: GitJSONDSL, public readonly utils: DangerUtilsDSL, name: string) {
switch (name) {
case "GitHub":
case "Fake": // Testing only
this.github = platformDSL
case "BitBucketServer":
this.bitbucket_server = platformDSL
Expand Down

0 comments on commit 251114d

Please sign in to comment.