Skip to content

Commit

Permalink
Updated Cleipnir.ResilientFunctions to the latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stidsborg committed Dec 8, 2024
1 parent ee0c4a8 commit 868eb53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Training
2 changes: 1 addition & 1 deletion Cleipnir.Flows.Tests.AspNet/IntegrationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public async Task SunshineScenarioPostgres()
}

[TestMethod]
public async Task SunshineScenarioMySql()
public async Task SunshineScenarioMariaDb()
{
var store = await MariaDbHelper.CreateAndInitializeMySqlStore();
const string hostUrl = "http://localhost:5003";
Expand Down
2 changes: 1 addition & 1 deletion Cleipnir.Flows.Tests/Flows/OptionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public async Task FlowNameCanBeSpecifiedFromTheOutside()
var sp = serviceCollection.BuildServiceProvider();
var flows = sp.GetRequiredService<SimpleFlows>();
await flows.Run("Id");
var sf = await store.GetFunction(new StoredId(storedType, Instance: "Id"));
var sf = await store.GetFunction(new StoredId(storedType, Instance: "Id".ToStoredInstance()));
sf.ShouldNotBeNull();
sf.Status.ShouldBe(Status.Succeeded);
}
Expand Down
2 changes: 1 addition & 1 deletion Cleipnir.ResilientFunctions

0 comments on commit 868eb53

Please sign in to comment.