Skip to content

Commit

Permalink
test: remove unused updateTemplateData method (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Jun 26, 2024
1 parent dc069be commit b5502a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/lib/TemplateSrvStub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,4 @@ export default class TemplateSrvStub implements TemplateSrv {
getVariables(): TypedVariableModel[] {
return this.variables;
}

updateTemplateData() {}
}

0 comments on commit b5502a6

Please sign in to comment.