Skip to content

Commit

Permalink
Remove test.Seed
Browse files Browse the repository at this point in the history
  • Loading branch information
ealvar3z committed Oct 11, 2023
1 parent 6b9cef4 commit a85dd45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func RandomEngine() Engine {

// TestGetEngine Tests the retrieve engine endpoint of the API using the mocked server.
func TestGetEngine(t *testing.T) {
test.Seed(42) // Seed the RNG
client, server, teardown := setupOpenAITestServer()
defer teardown()

Expand Down

0 comments on commit a85dd45

Please sign in to comment.