Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wcharczuk committed Apr 12, 2024
1 parent 2f11eca commit 9740aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identifier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func Test_SetIdentifierProvider(t *testing.T) {
SetIdentifierProvider(cryptoRandIdentifierProvider)
})

identifierCounter = 0
SetIdentifierProvider(counterIdentifierProvider)
testutil.Equal(t, "00000000000000000000000000000001", NewIdentifier().String())
testutil.Equal(t, "00000000000000000000000000000002", NewIdentifier().String())
Expand Down

0 comments on commit 9740aaf

Please sign in to comment.