Skip to content

Commit

Permalink
Rename unit test json to did_parse
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Aug 19, 2024
1 parent 933ad50 commit e0ef915
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bound/kt/src/test/kotlin/web5/sdk/dids/DidTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import web5.sdk.rust.Web5Exception
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
class DidTest {

private val testSuite = UnitTestSuite("did_new")
private val testSuite = UnitTestSuite("did_parse")

@AfterAll
fun verifyAllTestsIncluded() {
Expand Down
2 changes: 1 addition & 1 deletion crates/web5/src/dids/did.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ mod tests {
use crate::{test_helpers::UnitTestSuite, test_name};

static TEST_SUITE: LazyLock<UnitTestSuite> =
LazyLock::new(|| UnitTestSuite::new("did_new"));
LazyLock::new(|| UnitTestSuite::new("did_parse"));

#[test]
fn z_assert_all_suite_cases_covered() {
Expand Down
File renamed without changes.

0 comments on commit e0ef915

Please sign in to comment.