Skip to content

Commit f824b60

Browse files
fix typos
1 parent 7d37fe0 commit f824b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/tests/test_xsonireo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ FOSSIL_TEST_DATA(sample_data) {
2929
// Fixture setup and teardown procedures
3030
FOSSIL_FEATURE(sample_feature);
3131

32-
FOSSIL_SETUP(sample_fixture) {
32+
FOSSIL_SETUP(sample_feature) {
3333
sample_data.x = 42;
3434
sample_data.y = 20;
3535
} // end of setup
3636

37-
FOSSIL_TEARDOWN(sample_fixture) {
37+
FOSSIL_TEARDOWN(sample_feature) {
3838
// Teardown code goes here
3939
} // end of teardown
4040

0 commit comments

Comments
 (0)