Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Sep 15, 2023
1 parent e0aa7e0 commit 1901913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/StarknetTests/Utils/DevnetClient/DevnetClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ func makeDevnetClient() -> DevnetClientProtocol {
var output = String(decoding: outputData, as: UTF8.self)

// TODO: remove this - pending sncast update
// Tracking:
// As of sncast 0.6.0, "account create" currently outputs non-json data
if let range = output.range(of: "{") {
// Remove all characters before the first `{`
Expand Down

0 comments on commit 1901913

Please sign in to comment.