Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Jul 28, 2023
1 parent 1a53944 commit c7c5876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/consul/state/catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ func TestStateStore_Services(t *testing.T) {
}
ns2.Tags = []string{}
ns2.EnterpriseMeta.Normalize()
ns2t.Meta = map[string]string{}
ns2.Meta = map[string]string{}
if err := s.EnsureService(5, "node2", ns2); err != nil {
t.Fatalf("err: %s", err)
}
Expand Down

0 comments on commit c7c5876

Please sign in to comment.