Skip to content

Commit 93a9a5b

Browse files
committed
merge conflicts
1 parent 90b0a17 commit 93a9a5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/cmd/register/register_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ func Test_runRegister_PlatformIncompatible(t *testing.T) {
788788
deps.platform = mockPlatform{compatible: false}
789789

790790
term := terminal.New()
791-
err := runRegister(context.Background(), term, store, "My-Spark","TestOrg", deps)
791+
err := runRegister(context.Background(), term, store, "My-Spark", "TestOrg", deps)
792792
if err == nil {
793793
t.Fatal("expected error when platform is incompatible")
794794
}
@@ -813,7 +813,7 @@ func Test_runRegister_HardwareProfilerFailure(t *testing.T) {
813813
deps.hardwareProfiler = &mockHardwareProfiler{err: fmt.Errorf("nvml init failed")}
814814

815815
term := terminal.New()
816-
err := runRegister(context.Background(), term, store, "My Spark", "TestOrg",deps)
816+
err := runRegister(context.Background(), term, store, "My Spark", "TestOrg", deps)
817817
if err == nil {
818818
t.Fatal("expected error when hardware profiler fails")
819819
}

0 commit comments

Comments
 (0)