Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed Dec 24, 2024
1 parent 9bc6708 commit 9a74808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Tests/Core/Extensions/Foundation/DataTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import XCTest
class DataTests: XCTestCase {
func testHexadecialString() {
let data = "this is a text string".data(using: .utf8)
XCTAssertEqual(data?.hexadecialString, "746869732069732061207465787420737472696e67")
XCTAssertEqual(data?.hexadecimalString, "746869732069732061207465787420737472696e67")
}

func testDecode() {
Expand Down

0 comments on commit 9a74808

Please sign in to comment.