Skip to content

Commit

Permalink
Fix some tiny typos
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Jakubowski <patrick.jakubowski@strongdm.com>
  • Loading branch information
patjakdev committed Sep 24, 2024
1 parent 5d4ee5e commit 3db1c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/eval/evalers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ func TestContainsAnyNode(t *testing.T) {
t.Run("not quadratic", func(t *testing.T) {
t.Parallel()

// Make two totally disjoint mapset to force a worst case search
// Make two totally disjoint sets to force a worst case search
setSize := 200000
set1 := make([]types.Value, setSize)
set2 := make([]types.Value, setSize)
Expand Down
2 changes: 1 addition & 1 deletion types/entity_uid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestEntityUIDSet(t *testing.T) {

t.Run("new empty set", func(t *testing.T) {
emptySets := []types.EntityUIDSet{
types.EntityUIDSet{},
{},
types.NewEntityUIDSet(),
}

Expand Down

0 comments on commit 3db1c9a

Please sign in to comment.