Skip to content

Commit

Permalink
14 add a test to check if the table is full after nbomber runed scena…
Browse files Browse the repository at this point in the history
…rio (#16)

* added test to check if the tables is full after scenarion conpleted

* rename test
  • Loading branch information
OlenaKostash authored Sep 16, 2024
1 parent eacc421 commit 2b448fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Nbomber.Sinks.Timescale.Tests/TimescaleTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public async Task When_DataBase_Empty_Migrator_Should_Create_DB_WithSinkSchemaVe


[Fact]
public async Task DataBase_IsFull_After_Scenario_Completed()
public async Task When_Scenario_Completed_DataBase_IsFull()
{
await fixture.TestHelper.DeleteTables();

Expand Down

0 comments on commit 2b448fa

Please sign in to comment.