Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Features: control

Required-githooks: true

Signed-off-by: Kris Jacque <kris.jacque@intel.com>
  • Loading branch information
kjacque committed Sep 24, 2024
1 parent 30de197 commit e1f8222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/system/faultdomain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func TestSystem_NewFaultDomainFromString(t *testing.T) {
},
"fault domain doesn't start with separator": {
input: "junk",
expErr: errors.New("invalid fault domain"),
expErr: errors.New("fault path must start with root"),
},
"fault domain ends with separator": {
input: "/junk/",
Expand Down

0 comments on commit e1f8222

Please sign in to comment.