Skip to content

Commit

Permalink
fix typed uuid merge
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Nov 27, 2024
1 parent 9baae20 commit 7c33f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/test-utils/src/resource_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ impl<'a, N: NexusServer> DiskTest<'a, N> {
for disk in &disks_config.disks {
self.add_zpool_with_dataset_ext(
*sled_id,
PhysicalDiskUuid::from_untyped_uuid(disk.id),
disk.id,
disk.pool_id,
DatasetUuid::new_v4(),
Self::DEFAULT_ZPOOL_SIZE_GIB,
Expand Down

0 comments on commit 7c33f19

Please sign in to comment.