Skip to content

Commit

Permalink
fix: use TokenExchanger in TestNewEMLB
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
  • Loading branch information
cprivitere committed Jun 26, 2024
1 parent 8863151 commit 020e4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/emlb/emlb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func TestNewEMLB(t *testing.T) {
g.Expect(emlb.client).To(Not(BeNil()))

// assert tokenExchanger is not nil
g.Expect(emlb.tokenExchanger).To(Not(BeNil()))
g.Expect(emlb.TokenExchanger).To(Not(BeNil()))

// assert project ID is correct
g.Expect(emlb.projectID).To(Equal(projectID))
Expand Down

0 comments on commit 020e4ac

Please sign in to comment.