Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Nov 29, 2022
1 parent 9f42366 commit f56c25c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cmd/pulumi/stack_ls_test.go
Expand Up @@ -82,6 +82,10 @@ func (msr *mockStackReference) Name() tokens.Name {
return tokens.Name(msr.name)
}

func (msr *mockStackReference) FullyQualifiedName() tokens.Name {
return msr.Name()
}

func (msr *mockStackReference) String() string {
return msr.name
}
Expand Down

0 comments on commit f56c25c

Please sign in to comment.