Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -6,8 +6,8 @@ use std::{
|
||||
|
||||
use command::blocking::Command;
|
||||
|
||||
use warp::features::FeatureFlag;
|
||||
use warp::{
|
||||
use galaxy::features::FeatureFlag;
|
||||
use galaxy::{
|
||||
integration_testing::{
|
||||
code_review::{
|
||||
assert_code_review_anchor, assert_code_review_line_text, assert_code_review_loaded,
|
||||
@@ -20,7 +20,7 @@ use warp::{
|
||||
},
|
||||
workspace::WorkspaceAction,
|
||||
};
|
||||
use warpui::{
|
||||
use galaxyui::{
|
||||
async_assert,
|
||||
integration::{AssertionCallback, TestStep},
|
||||
App, WindowId,
|
||||
|
||||
Reference in New Issue
Block a user