Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
fobilow committed Jul 11, 2024
1 parent e20f6ac commit e975fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/connector/connector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestConnectorValidate(t *testing.T) {
t.Run("invalid library", func(t *testing.T) {
con := &Connector{
ProcessingState: ProcessingStateLive,
Library: "xxx",
Library: "chargehive",
Configuration: []byte("xxxx"),
ConfigID: "",
ConfigAuth: "",
Expand Down

0 comments on commit e975fa5

Please sign in to comment.