Skip to content

Commit

Permalink
chore: Revert: "fix: less stdlibs"
Browse files Browse the repository at this point in the history
This reverts commit d85f879.
  • Loading branch information
n0izn0iz committed Feb 8, 2025
1 parent 331f3e7 commit 5090ff2
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(), 20)
assert.Len(t, node.ListPkgs(), 23)

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

0 comments on commit 5090ff2

Please sign in to comment.