Skip to content

Commit

Permalink
Update documentations and tests imports with the new name carbone-sdk…
Browse files Browse the repository at this point in the history
…-rust for tests/blocking.rs
  • Loading branch information
pascal-chenevas committed Oct 1, 2023
1 parent d2658da commit 1719773
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/blocking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ use std::fs;
use httpmock::prelude::*;
use serde_json::json;

use carbone_sdk_rs::blocking::Carbone;
use carbone_sdk_rs::carbone_response::*;
use carbone_sdk_rs::errors::CarboneError;
use carbone_sdk_rs::render::*;
use carbone_sdk_rs::types::JsonData;
use carbone_sdk_rust::blocking::Carbone;
use carbone_sdk_rust::carbone_response::*;
use carbone_sdk_rust::errors::CarboneError;
use carbone_sdk_rust::render::*;
use carbone_sdk_rust::types::JsonData;

mod helper;

Expand All @@ -16,7 +16,7 @@ use helper::Helper;
#[cfg(test)]
mod tests {

use carbone_sdk_rs::{config::Config, template::*, types::ApiVersion};
use carbone_sdk_rust::{config::Config, template::*, types::ApiVersion};

use super::*;

Expand Down

0 comments on commit 1719773

Please sign in to comment.