Skip to content

Commit

Permalink
fix: less stdlibs
Browse files Browse the repository at this point in the history
Signed-off-by: Norman <[email protected]>
  • Loading branch information
n0izn0iz committed Feb 3, 2025
1 parent 31b92be commit d85f879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gnodev/pkg/dev/node_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func Render(_ string) string { return strconv.Itoa(value) }

// Call NewDevNode with no package should work
node, emitter := newTestingDevNode(t, counterPkg)
assert.Len(t, node.ListPkgs(), 23)
assert.Len(t, node.ListPkgs(), 20)

// Test rendering
render, err := testingRenderRealm(t, node, testCounterRealm)
Expand Down

0 comments on commit d85f879

Please sign in to comment.