Skip to content

Commit c8aef49

Browse files
chore: updated Web3Error test name
1 parent 064ec72 commit c8aef49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/Web3ErrorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
class Web3ErrorTests: XCTestCase {
1212

13-
func test_web3ErrorReturnsExpectedDescription() {
13+
func testWeb3ErrorReturnsExpectedDescription() {
1414
let emojis = ["🚀", "👋", "🥇", "☑️"]
1515
let message = "This is a custom description for test case! web3swift \(emojis.randomElement()!)"
1616

0 commit comments

Comments
 (0)