Skip to content

Commit

Permalink
test(csp): update IEnabled test impl
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed May 11, 2018
1 parent 67f0e54 commit 41ce19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/csp/test/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface NodeSpec extends IID<string> {
};

export class Node implements
IEnable,
IEnable<string>,
IID<string> {

static hasRequiredInputs(n: Node) {
Expand Down

0 comments on commit 41ce19c

Please sign in to comment.