Skip to content

Commit

Permalink
PR(FIX): Remove the extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Jul 8, 2024
1 parent 397801d commit 1374b5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/utils2.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func init() {
if value, ok := os.LookupEnv(skipNetworkTestsEnvName); ok {
skipNetworkTests, _ = strconv.ParseBool(value)
}
mutationType = GQLRequestMutationType
}

// AssertPanic asserts that the code inside the specified PanicTestFunc panics.
Expand Down

0 comments on commit 1374b5b

Please sign in to comment.