diff --git a/test/codegen/__snapshots__/codegen.js.snap b/test/codegen/__snapshots__/codegen.js.snap
index 65f90b84..2d14240c 100644
--- a/test/codegen/__snapshots__/codegen.js.snap
+++ b/test/codegen/__snapshots__/codegen.js.snap
@@ -4100,11 +4100,11 @@ exports[`codegen #formats check we can convert all formats from namespace unvers
 
 // Warning: Beware of circular dependencies when modifying these imports
 import type {
-	IState,
+	State,
 	IAddress,
 	ICompany,
-	IDepartment,
-	ILaptopMake
+	Department,
+	LaptopMake
 } from './org.acme.hr';
 
 // Warning: Beware of circular dependencies when modifying these imports
@@ -8947,11 +8947,11 @@ exports[`codegen #formats check we can convert all formats from namespace versio
 
 // Warning: Beware of circular dependencies when modifying these imports
 import type {
-	IState,
+	State,
 	IAddress,
 	ICompany,
-	IDepartment,
-	ILaptopMake
+	Department,
+	LaptopMake
 } from './org.acme.hr@1.0.0';
 
 // Warning: Beware of circular dependencies when modifying these imports