Skip to content

Commit

Permalink
Update tests/unit/libexpr/value/print.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
9999years and roberth authored Jan 9, 2024
1 parent 2fbcc05 commit 9fb6de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/libexpr/value/print.cc
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ TEST_F(StringPrintingTests, maxLengthTruncation)
}

// Check that printing an attrset shows 'important' attributes like `type`
// first.
// first, but only reorder the attrs when we have a maxAttrs budget.
TEST_F(ValuePrintingTests, attrsTypeFirst)
{
Value vType;
Expand Down

0 comments on commit 9fb6de7

Please sign in to comment.