Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/utils/Packing.t.sol
  • Loading branch information
Amxx authored Apr 4, 2024
commit 395e76defb982cf44302349c604704a582034bc2
2 changes: 1 addition & 1 deletion test/utils/Packing.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pragma solidity ^0.8.20;
import {Test} from "forge-std/Test.sol";
import {Packing} from "@openzeppelin/contracts/utils/Packing.sol";

contract Base64Test is Test {
contract PackingTest is Test {
using Packing for *;

// Pack a pair of arbitrary uint128, and check that split recovers the correct values
Expand Down