Skip to content

Commit

Permalink
fix imports, fix Meta test
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jan 17, 2024
1 parent f6cfb79 commit f9a90f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Base_Tests/src/Semantic/Meta_Location_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec = Test.group "Meta-Value Inspection" <|
y = My_Type.Value 1 2 3
Meta.get_qualified_type_name x . should_equal "Standard.Base.Data.Numbers.Integer"
Meta.get_simple_type_name x . should_equal "Integer"
Meta.get_qualified_type_name y . should_equal "enso_dev.Tests.Semantic.Meta_Location_Spec.My_Type"
Meta.get_qualified_type_name y . should_equal "enso_dev.Base_Tests.Semantic.Meta_Location_Spec.My_Type"
Meta.get_simple_type_name y . should_equal "My_Type"

Test.specify "should allow access to package names" <|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ from Standard.Database.Errors import all
from Standard.Test import Test, Problems
import Standard.Test.Extensions

import enso_dev.Tests.Data.Round_Spec
import enso_dev.Base_Tests.Data.Round_Spec

from project.Common_Table_Operations.Util import run_default_backend

Expand Down
4 changes: 2 additions & 2 deletions test/Table_Tests/src/Database/Postgres_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import project.Common_Table_Operations
from project.Common_Table_Operations.Util import all
from project.Database.Types.Postgres_Type_Mapping_Spec import default_text

import enso_dev.Tests.Network.Enso_Cloud.Cloud_Tests_Setup.Cloud_Tests_Setup
from enso_dev.Tests.Network.Enso_Cloud.Cloud_Tests_Setup import with_retries
import enso_dev.Base_Tests.Network.Enso_Cloud.Cloud_Tests_Setup.Cloud_Tests_Setup
from enso_dev.Base_Tests.Network.Enso_Cloud.Cloud_Tests_Setup import with_retries

postgres_specific_spec connection db_name setup =
Test.group "[PostgreSQL] Schemas and Databases" <|
Expand Down

0 comments on commit f9a90f8

Please sign in to comment.