From a8f8db25d21e921995315ee1cdc1481ffbbafcc0 Mon Sep 17 00:00:00 2001 From: Josh W Lewis Date: Thu, 12 Dec 2024 11:22:53 -0600 Subject: [PATCH] clippy --fix --- buildpacks/go/tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/go/tests/integration_test.rs b/buildpacks/go/tests/integration_test.rs index cf608ee..0a024d1 100644 --- a/buildpacks/go/tests/integration_test.rs +++ b/buildpacks/go/tests/integration_test.rs @@ -2,7 +2,7 @@ #![allow(unused_crate_dependencies)] use libcnb_test::{ - assert_contains, assert_not_contains, BuildConfig, BuildpackReference, ContainerConfig, + assert_contains, assert_not_contains, BuildConfig, ContainerConfig, TestRunner, }; use std::{env::consts, time::Duration};