Skip to content

Commit

Permalink
updated expected
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous authored and tphoney committed Dec 17, 2024
1 parent e4c26af commit eeb55a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func TestEngineAddAdapters(t *testing.T) {
t.Fatalf("Error adding adapter: %v", err)
}

if x := len(e.sh.Adapters()); x != 4 {
t.Fatalf("Expected 4 adapters, got %v", x)
if x := len(e.sh.Adapters()); x != 1 {
t.Fatalf("Expected 1 adapters, got %v", x)
}
}

Expand Down

0 comments on commit eeb55a8

Please sign in to comment.