Skip to content

Commit

Permalink
fix(ci): restroe test values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Dec 11, 2024
1 parent 0671711 commit 8a3e920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/graph_dsl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func (suite *DslTestSuite) TestTraversal_minHopsToCritical() {

serviceHops, err := res.GetInt()
suite.NoError(err)
suite.Equal(5, serviceHops)
suite.Equal(4, serviceHops)

// Container should have 1 less hop
raw, err = suite.client.Submit("kh.containers().minHopsToCritical(6)")
Expand Down

0 comments on commit 8a3e920

Please sign in to comment.