Skip to content

Commit

Permalink
fix node count on K3dNodeTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilken committed Sep 6, 2023
1 parent ebd9b36 commit 2f8aae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SwiftkubeClientTests/K3dNodeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ final class K3dNodeTests: K3dTestCase {

func testListNodes() async {
let nodes = try? await K3dTestCase.client.nodes.list()
XCTAssertEqual(nodes?.items.count, 3)
XCTAssertEqual(nodes?.items.count, 2)
}
}

0 comments on commit 2f8aae7

Please sign in to comment.