Skip to content

Commit

Permalink
refactor: fix linting rules and rename some param name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Dec 16, 2024
1 parent ff00a7b commit 38252f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/actor_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func TestActorSystem(t *testing.T) {

// get the actor partition
partition := newActorSystem.GetPartition(actorName)
assert.GreaterOrEqual(t, partition, uint64(0))
assert.GreaterOrEqual(t, partition, 0)

// assert actor not found
actorName = "some-actor"
Expand Down

0 comments on commit 38252f9

Please sign in to comment.