Skip to content

Commit

Permalink
fix rtc-ice/state_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 9, 2024
1 parent 0e8f3bf commit 26773b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rtc-ice/src/connection_state/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//TODO:#[cfg(test)]
//TODO:mod state_test;
#[cfg(test)]
mod state_test;

use std::fmt;

Expand Down
2 changes: 1 addition & 1 deletion rtc-ice/src/connection_state/state_test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use super::*;
use crate::error::Result;
use shared::error::Result;

#[test]
fn test_connected_state_string() -> Result<()> {
Expand Down

0 comments on commit 26773b7

Please sign in to comment.