Skip to content

Commit e9f2f2c

Browse files
authored
Tests: Fix typo in registry variable comment (#28)
1 parent 6537515 commit e9f2f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ContainerRegistryTests/SmokeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import XCTest
1919
class SmokeTests: XCTestCase {
2020
// These are basic tests to exercise the main registry operations.
2121
// The tests assume that a fresh, empty registry instance is available at
22-
// http://$REGISTRY_HOST:$REGSITRY_PORT
22+
// http://$REGISTRY_HOST:$REGISTRY_PORT
2323

2424
var client: RegistryClient!
2525
let registryHost = ProcessInfo.processInfo.environment["REGISTRY_HOST"] ?? "localhost"

0 commit comments

Comments
 (0)